Answer Posted / 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 |
Post New Answer View All Answers
Explain the terms test and business component?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Explain how Selenium is different from UFT?
what is test scheduleling?
How is UFT 11.5 version different from UFT 12.0?
what type of automation is follwed in the project?
How QTP support all types of applications (platforms)?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the factors on which script execution time is dependent?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How to use reporter.report event in qtp ?
What are the disadvantages of recording test cases in qtp?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...