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 |
what is the difference between IE & Netscape in web testing on a log in page
with out using import sheet came is it possible to get the excel sheet ?
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
QTP script is not working on other's machine..
What is environment variable in qtp and why to use it?
What is the default object synchronization timeout in qtp?
Explain the concept of Output values in Quick Test Professional?
What is the short cut keys for the following?
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.