
Blogs
Blogs
Matching:
testobject
X

Display: |
Pegar os dados de uma ListBox (Windows Forms) e armazenar como string em um vetor. Community Blog
brunorojo
Tags:
itestdatalist
testobject
guisubitemtestobject
windows.forms
functional
itestdataelementlist
listbox
forms
rft
eclipse
rational
windows
.net
ibm
tester
10,794 Views
//Imports necessários: import com.rational.test.ft.object.interfaces.SelectGuiSubitemTestObject; import com.rational.test.ft.object.interfaces.TestObject; /** Método para pegar os dados de uma ListBox (Windows Forms) e armazenar como...
from Blog: RFT - Brasil (Rational Functional Tester)
|
|
All that you need to know about Test Object Map in Rational Functional Tester
If you would like to know more on RFT object map such as Private versus Shared Object Map Recognition and Administrative Properties Changing default recognition properties Relationship between Script, Script Definition file and Test Object Map All operations...
from Blog: Rational Quality Management Portfolio
|
|
How to find the type of the TestObject found using RFT find API
Problem Description : I am using find API in RFT to get testobjects within an application. How can I figure out the type of the TestObject so that I typecast it to the appropriate TestObject in order to access the methods associated with the TestObject....
from Blog: Rational Quality Management Portfolio
|
|
Marking TestObject as Serializable - will help??
Introduction A friend of mine recently posed a question to me --- " Why does RFT 's TestObject class is not marked as Serializable, because I want to serialize a Test Object , that was returned by the find() API, and then save it for the...
from Blog: Rational Quality Management Portfolio
|