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?
Answer Posted / sushma
Environment("Designation") = "Student"
msgbox Environment("Designation")
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Explain building blocks of the bpt framework ?
What is the use of an object spy tool in qtp?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What is an optional step in qtp ?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
Explain quicktest professional (qtp) testing process?
How do you check ticket cost and ticket number in flight application?
how interviews will be on QTP?
What is the synchronization point in qtp?
How to analyzing test results using quicktest professional (qtp)?
What is the Difference between test object and run time object?
What is the pros and cons between QTP and Rational Robot
Where is the Bitmap checkpoint information stored?