What is the use of "Step Generator" in QTP??for what
purpose we are using??explain with an example
Answer Posted / mreddy
-It is just to create the step or function
like you want close the browser for that u need to write
a code for that you will open that step generator and will
pass the details
-it can generate coding browser.page.webedit etc
-it displays a list of avialble actions ,like loops
if else,while
correct me if i am wrong
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
What is a recovery scenario?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
why text area checkpoints cannot used for web applications
What are the features of quick test pro(qtp)?
What are the different types of recovery operation?
What is the parameterization? Give one example?
How do you open adobe acrobat file in QTP and do some testing on that file ?
In qtp, explain what is keyword driven automation framework?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
what is run-time data?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What are the different ways to invoke an application using QTP?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma