HOW to invoke any recorded script in QTP with out using
RECORD & PLAYBACK CONCEPT?
Answer / sreeprasad
(1).invoke_record (path of the record)
(2).by using reusable functions and calling them in the
program
| Is This Answer Correct ? | 1 Yes | 1 No |
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
How many type of status messages are there ..explain?
How many lines of code in each script of QTP?
What is Test Fusion Report in QTP?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Hi All, How to Compare two strings character by character in QTP
How to use debug tools?
What are the challenges you faced during you entire life automation ?
What is Port testing. Whhen will you perform?
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue