What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP?
Answer Posted / venkatesh
5 types of o/p values
| Is This Answer Correct ? | 11 Yes | 27 No |
Post New Answer View All Answers
Have you used xml check point in your project?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
how will you load the test cases in ddt?
Explain how qtp identifies object?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How to create Reusable and Multiple Actions?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What are the flaws in water fall model and how to overcome it?
What is checkpoints for qtp?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How does you pass optional arguments in qtp?
What is object spy in quicktest professional (qtp)?