Explain the concept of Output values in Quick Test
Professional?
Answer / 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 |
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
Name the different types of recording modes?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Explain how you can delete excel file in qtp?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
What is Unicode Compatibility?
Generic function to search for the unique link in webtable and click on it
who QTP recognizes the object stored in object repository?
On what basis we select test cases to automate?
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?