Answer Posted / debashish_samanta
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 |
Post New Answer View All Answers
HOw to add the recovery file at runtime to the test file .
What is debugging? How you debug your script?
What are the types of properties that quick test learns while recording?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
what is keyword driven testing in qtp?n how is it useful?
Explain object spy in qtp.
What are the different types of functions available in qtp and explain ?
Explain the check points in quicktest professional (qtp)?
Where we can use the analog mode and where we can use the low – level mode?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What do you mean by checkpoints in qtp?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Explain how Selenium is different from UFT?
Is it possible to split an action? How?
What test you perform mostly? Regression or retesting in your testing process?