What is iteration? How it is related to Test Results in QTP
Answer Posted / dsm
Here iteration means repeat the processes, with same values
or different values,when You take the datadriven test with
different values... the test process repeats that much of time.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What are the benefits of quick test pro(qtp)?
How to create scenario selector
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How you calling actions in qtp?
How many types of recording facility are available in quicktest professional?
What is the difference between per-action and shared?
Why to use descriptive programming?
What is accessibility check point?
what is the advantages and disadvantages of using functions instead of re usable actions
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.