What is Active Screen in QTP?
Answers were Sorted based on User's Feedback
Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?
what is the exact testing process in qtp plz explin ?
What is difference between Recording time object identification and Run time (Execution) time.
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
what is the difference between quality and testing ?
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
How did you use regular expressions in QTP and also in WR?
can we create recorset with out using database connection in vbscript?
How often were they executed?
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
how to capture the run time values of web table.
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?