What is the limitation to XML Checkpoints?
Answers were Sorted based on User's Feedback
An XML checkpoint checks the contents of individual XML
data files or XML documents that are part of your Web
application.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / venkatraj.b
XML check point max limitation is 1.4MB, that QTP 6.5 can
handle.
if it is wrong, send me correct answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashok
it is extention of html
which uses in web applications for transmitting data,wt
ever values we r entaring into dynamic page it will
converting to xml file and transfer data xml file format
check whether the data entered into dynamic page into xml
file correct r not
| Is This Answer Correct ? | 1 Yes | 0 No |
hi i have one issue while coding the dates . i want to add the date curret to 4 days . can any one helme plz about this regards balaji
what are the mandatory properties in qtp? what are the library functions in qtp?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
what are the different data driven types?
How to use Environment parameterization? Explain with an example.
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Why is Client side image is preferred over server side image?