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 / lital
I Badri, thanks for your answer, but I actually meant, how
do I do it automatically in QTP and not manually by opening
the xml via notepad...
Thanks anyway, Lital.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How will you declare a variable in qtp?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
what are the limitations of smart identification in qtp 9.0
What is the difference between a Function and Action in QTP?
What is different command used in command Prompt while using QTP?
Explain the differences between table and db checkpoints?
How many types of actions are there in quicktest professional (qtp)?
Differentiate the type of test cases which can be automated and which cannot be automated?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
How to analyzing the checpoint results?
What is accessibility check point?
What is business process testing(bpt) in qtp?
Where we use data driver in qtp?