suppose there r 10 action in a test i want to execute action
5 to 10 how would i do that
Answers were Sorted based on User's Feedback
Answer / pooja
first will insert the stsmt RunAction "Action5",One
Iteration" at the top of the Action1,like this insert again
and again in furter Actions upto 10
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ajreddy
hi
Just go to Action 5 Right click click on Run from step than
u vl execute 5 to 10
| Is This Answer Correct ? | 0 Yes | 3 No |
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
in login module login button chage regularly(means login button change to submit button).What is the code for it.
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
how to write vbscript on web applications in qtp. explian with one example?
what are the qtp tester responsibilities?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?