where the check points are stored ?
Answers were Sorted based on User's Feedback
Answer / vijay indur
Check Points are stored in ObjectRepository
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / deven mehta
Check Points are stored in ObjectRepository.bdb under the
action(X) folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main features we have to compulsory test by using qtp in an web based application
What is User defined function in QTP
Explain features of the latest version of qtp/ uft 12.1?
What is the basic concept of quicktest professional?
what is the Vbscript to connect Database
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
What r the diffrernt file extentions in QTP?
How to find the name of the machine where you are running your automation scripts in qtp?
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
Actually How do we use this Smart Identification Technology during Recording mode.
How many types of Automation frameworks are there in UFT? Describe them.
what is life cycle of automation testing ?