Consider one application is open, clicking one menu will
open another application in another browser. QTP does not
catch the
URL of the second browser(second application). can we
capture it ?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
when do we write a script in qtp?(plz give me more then 2 reasons)
How did you use regular expressions in QTP and also in WR?
what is keyword driven testing
how to recall a function in QTP?
What is parameter in qtp?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
h u call the function
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
what is the command (keyboard command) to swith from expert view to key word view