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
What are the main differences of qtp and win runner?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Explain about datafile/verification of date file when file is not available in local system?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
how to evalute defects in QTP script?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Explain actions in qtp ?
Explain the new feature of UFT regarding the export of test results?
In qtp, how you can use xpath to identify objects?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
what is vmodel?advantages and disadvantages of vmodel?
What Folder Structure following in Keyword Driven Frame work?
Explain Descriptive Programming Types with Examples?