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 / badri
open the xml file in notepad and change the value and again
upload the xml file.
or
we can create internal environment value, and call in qtp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the parameterization?
breef description of batch testing ?
what is meant by source control?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
assume i have few url link how will i dynamically call then using descriptive programming?
The hybrid framework can be implemented for any application. Is it true?
Hello friends..... On which areas of an application we can not test with QTP
Explain the Different types of QTP test assets and their extensions?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How many types of parameters are there?
If I give some thousand tests to execute in two days what do you do?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
How do we handle run-time errors?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?