07-03-2013, 06:44 PM
Hello,
I am facing a problem about getting value during my different test.
My goal is to reach values which are input into my combobox, listBox etc.
For that i control QTP in C# and i m able to retrieve the name of all my object in my GUI.
But with the QTP library, i don't know how to get value when for example QTP reach this line in my test :
Does anybody have a solution?
I am facing a problem about getting value during my different test.
My goal is to reach values which are input into my combobox, listBox etc.
For that i control QTP in C# and i m able to retrieve the name of all my object in my GUI.
But with the QTP library, i don't know how to get value when for example QTP reach this line in my test :
Code:
SwfWindow("Continent").SwfEditor("Adresse1").Type DataTable("Adr1", dtLocalSheet)
Does anybody have a solution?