What is iteration? How it is related to Test Results in QTP?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Here iteration means repeat the processes, with same values
or different values,when You take the datadriven test with
different values... the test process repeats that much of
time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dilip
Iteration is nothing but one or more times Run the testscript
that is called iteration
in qtp we can see the test result is Testresult window
| Is This Answer Correct ? | 3 Yes | 3 No |
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
Is it possible to call from one action to another action in qtp?
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example
how to create the varibles and how these are connect to qtp? plz tell me
In QTP where i have to concentrate more in the Interview point of View
1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal Emulator add-in installation and configuration procedure ? 3. Tell me how do u define action and transaction in QTP ? 4. Is QTP case sensitive ? 5. Problem with XML checkpoint ? 6. When was QTP 8.2 and Loadrunner 8.0 officially released to the market ? 7. Can we record on netscape browser does it require any special settings ? 8. How do I add new object to the object repository to any particular frame ? 9. Do we have rapid test scrpit wizard in QTP ? How to learn all the windows and objects in QTP 10. How to open Exceel sheet using QTP script ? 11. Is it necessary to learn VB script to work with QTP or we can manage with keword driven ? 12. What is descriptive programming in QTP ? 13. How to invoke the QTP from dos prompt and run a test without any interaction with human ? 14. What is the meaning of Context sensitive ? 15. How to retrive the property values from "Resource.mtr" after recording the script with "Standard checkpoints" ? 16. Where should we use accessbility checkpoints. Can u explain me with the example ? 17. How do we add object repository dynamically ? (During runtime) 18. How to record right click of a context menu and click on the selection ? 19. How to connect oracle database to QTP ? 20. How will you load few objects in Active Screen ? 21. Can I compare two DataBases using QTP ? 22. If the the two object have same class then how QTP will find the object ? 23. Can I change the runtime properties of an object ? How can I check if a parameter exists in database ? 24. What is the script for database check point, bitmapchek point, regular expression ? 25. What is QTP environmental variable ?
what is stlc and its contents?
Where the text version of script file located in file system?
1.what is test automation life cycle?
what is the frame work in J-meter?
For what purpose to we use object repository in a application?also explain usage of obj.repository?
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?