Explain the concept of Output values in Quick Test
Professional?
Answer Posted / ramyab.mca@gmail.com
Hai...
An output value step ,is a step in which a object property
value is captured at a specific point in your test and
stored at a desired location. The stored values can be used
as input at a different points in test script. Multiple
properties of an object can be selected and outputted.
Types of Output Values
• Standard output value
• Text /Text Area output value
• Data base output value
• Xml output value (from application/resources)
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you know the location Id of an object if you know its index id?
What is the purpose of loading qtp add-ins?
In qtp, explain what is keyword driven automation framework?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Explain advantages and disadvantages kdf?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is the meaning Work bench?
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.
What is optional step in qtp? How you can add optional step in qtp?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
What is a quick test professional?
How can you exit from an action?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
wht is Manual Testing Frame work. Pls anybody can give appropriate answers