w is active screen
Answers were Sorted based on User's Feedback
Answer / vju
the feature provided by qtp. which hold the snapshots of
ech and every scirpt statement and used for the
following
1. to understand the script
essay
2. to enhane the script essay
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saritha
QTP captures all window snap shots while recording the
script and displays them in the active screen area.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the parameterization? Give one example?
Do you have any knowledge about Business Processing Testing in QTP
suppose take one row in a row 16 columns is there.in 16 columns 16 numbers is there.but i want to get each 3 column number.o/p :5 columns get in 16 columns means. so can anybody write this function? plz send if u know the answer.
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
What are the features of quick test pro(qtp)?
What is environment variable in qtp and why to use it?
Is the qtp course will help to create a virtual object?
Tell me Three major differences between QTP & Winrunner?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
How many types of status are there?
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
Have you used xml check point in your project?