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 |
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
Hi PLZ explain User Defined Functions in QTP with eample?
what are the different Frame Works in Quick Test Proffessional testing
what is the purpose of .vbs file?
How to convert QTP's ObjectRepository.mdb file to xml file
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
Write the Test Cases for ATM(Any Time Money)
how to test one edit box using dotnet addin for Web Applications? write script?
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.