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 |
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
Explain how Selenium is different from UFT?
Differentiate the two Object Repository Types of QTP.
How to parameterize in QTP?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
What is the limitations of BVA?
For Usability testing, which is preferable Automation or Manual?
What is the default add-ins in qtp?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Whenever we use GETROPROPERTY function.
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538