What is the use of "Step Generator" in QTP??for what
purpose we are using??explain with an example
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jay prakash
The Step Generator enabeles you to add steps to test by
selecting from a range of context sensetive options. Using
the step generator u can add steps that performs operation
using the following criteria:
-- Category: Specifies an object or function that step
performs. Options available here are Test Objects, Utility
Objects and Functions.
-- Operation: Specifies available options based on category
selected.
-- Step Documentation: Displays information about the
current step.
Is This Answer Correct ? | 2 Yes | 1 No |
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
can we run the scripts of qtp 8.2 in the qtp7.0?
How does u create new test sets in TD?
In qtp, how you can remove the spaces from string?
what is file database
What is the meaning Work bench?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
what is parameterisation?
Which scripting language used by quicktest professional (qtp)?
How we can differentiate between stand alone application and web application in QTP?
Write test cases for copy and past password in password field ?