how we will use output values in qtp? is there any
possibulity by descriptive programming?
Answer Posted / ramu@sunnysoft,hyd
It is a feature provided in QTP to capture the application
values while execution and these captured values are stored
either in run time datatable or environment variables.These
output values can be used for verificational purpose or
tosend inputs to otherscreens ,other action and other tests
there are differebt types of output values
1. standarad o/p value
2.Text o/p value
3.Text area o/p value
4.Data base o/p value
5.XML o/p value
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is 'sleep' in sync point?
Explain the terms test and business component?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How will you report the bug and explain the defect tracking sheet you handled?
How to capture all the data of a webtable, weblist and combolist using QTP?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
write a script to verify the image path(src property) of the images which are in web pages.
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
what is object and child object.. explain ..if possible give some example for better understanding ..
Why bpt?
Explain the concept of object repository and how qtp recognises objects?
How to import a test case present in ".xls" file to TD under a Test set?
desribe a situation where u faced a stressful situation and how did u cope with it