I have to do testing for XML file using QTP.
1. I was given a sample XML, I had to edit that with my
actual data and had to make a new XML-- this part is
completed, I did that.
2. Now I have to copy the exact contents of that XML file
and have to paste it in a web application as a request
message for web appliaction processing, using QTP. So I am
unable to copy and paste it in web application, please help
me out.
Answer Posted / archana
First step looks fine. Now create an HTML file and give the
source name of XML file created file.
When u insert XML checkpoint, give the location of HTML
file. This is the solution. Please check it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the syntax for how to call one script from another?
How many types of status are there?
How do you check ticket cost and ticket number in flight application?
How to customize qtp?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Explain the concept of object repository and how qtp recognises objects?
How the exception handling can be done using quicktest professional?
Why qtp the best testing tool?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What is active screen?
Explain measuring transaction.
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is test object model in quicktest professional (qtp)?
How is a Step generator used in UFT?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code