How can we use XML in QTP?
Answer / kondalu
friend xml used in checkpoint(xml chekpoint) and
environment used in xml as the two actions in
1.internal
2.external
in qtp 8.2 test option selected in settings and go to
environment as divided into 2 types userdefined and build
click on userdefined varibles
add a value a and 10(internal)(1)
add a value b and 20(internal)(2)
1 and 2 are internal actions
click on xml point in saved with(.xml )extension
saved in xml as the select in desired location after
finishing automatical 1 and 2 statement are changed in
external
check points used in xml as
insert checkpoint(recording may or may not) xml check point
is enabled
notepad open
xml code
eg:
<myqualification>
<name>kondalrao</name>
<job>testengineer</job>
</myqualification> this xml as created
| Is This Answer Correct ? | 0 Yes | 0 No |
Give me an example where you have used a COM interface in your QTP project?
I am using excel sheet to export data to QTP but it selects just one row of data from excel sheel how to import all rows of excel sheet to QTP during runtime
How many types of actions are there in quicktest professional (qtp)?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What is the use of "Registeruserfunc" when should we use it? Note:Please do not copy paste the date from QTP help. I tryed it.But I don't Understand where should we use exactly.
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
Does QTP run in any environment?
what is difference betweem class annd object?
how to find that tools work well with your existing system?
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
What is Tree view?
How to capture data from images in QTP and produce them in Excel sheet ?