What is difference between Active screen and movie screen
recorder in QTP 9.2?
Answer / aparna
In active screen u can see the test objects i.e. the
application at the time of recording. but in movie screen
recorder u can see the screenshots of the application
during runtime.
| Is This Answer Correct ? | 0 Yes | 1 No |
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What is the scope of a constant declared using public?
Difference between Function and Sub routine?
Illustrate briefly about the different types of statement
How do you declare a variable in vbscript?
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
What are the data types supported by vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next