Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How many tabs are available in debug viewer pane?

1077


What is the use of Debug Viewer?

1907


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1715


what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent

1753


Explain in brief about the quicktest professional automation object model?

917


Which scripting language used by quicktest professional (qtp)?

1114


how to create flat file datasubmission in qtp

2421


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1923


If created one virtual object? Next time I changed the window position will it work?

1017


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

1006


Differentiate the type of test cases which can be automated and which cannot be automated?

987


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

958


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

1052


How do we handle run-time errors?

1007


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

2042