requirement is for combo box
your expected value is str= "Denver.Frankfurt.London.Los
Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich"
you must get the text in combo box
and need to compare them
how
No Answer is Posted For this Question
Be the First to Post Answer
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what is the diffrence bw qtp architectute and qtp framework?
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
In qtp, how you can exit for loop?
Tell me few important difference Between QTP and WinRunner?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
What are the disadvantages of Recovery Scenarios in QTP ?
Can launch two instances of qtp on the same machine?
Hi PLZ explain User Defined Functions in QTP with eample?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks