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 |
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
what are the functions availabla in QTP? what are the data types in QTP?
How can we upload pdf files in qtp?
How to create configuration scripts
How to use library files in QTP? how we can call these files in to script?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How can you close the second opened browser?
Hi anyone having QTP 10.0 licence or crack version pls send me in this mail id mdilipkumar04@gmail.com Regards Dilip
pls help me with scripting,right from the beginning in QTP
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example
How can i open 5 multiple browser at once through QTP VB script