Answer Posted / siraz shaik
Yes,we can create the script without step generator. Step
generator is a Additional feature for the people who are
new to QTP. Generally script will be generated using any
one of the following methods.
- Recording method
- Manual script writing method(Using Object repository)
- Descriptive programing method(Without using Object
repository0
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
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 ?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Which recording modes need more memory?
What is the syntax for how to call one script from another?
What is difference between Recording time object identification and Run time (Execution) time.
Does Low-level recording capture mouse movements?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to save your test using quicktest professional (qtp)?
What are the key elements available in test result window?
What is Associate Repository in QTP 9.2 ?
Explain how you can find length of array in qtp?
How will you check that your test cases covered all the requirements?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?