What is the difference between two actions?
Answer / chinmaya
First u put perfect Qustion.
There are three types actions available in QTP(8.2).
1.Non-Reusable Action:
An action which is called only in the test with which it is
stored and can be called only once.
2.Reusable Action:
An action that can be called at multiple times by the test.
3.External Action:
An reusable action which is stored in another test.
| Is This Answer Correct ? | 4 Yes | 0 No |
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
How can you identify the browser and its information using the qtp script?
How do you move objects from local object repository to shared object repository???What are methods?
How to call .vbs functions in QTP? plz Explain indetail
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not
What is the parameterization? Give one example?
When you open QTP, how many sheets you can see?
Did QTP prove efficient for your project? Yes or No, explain?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.