why was automation used in the project?
Answer / nithya.m
Automation is used mainly for Regression testing so that it
can reduce time for execution than executing manually .
| Is This Answer Correct ? | 6 Yes | 0 No |
How to use Environment parameterization? Explain with an example.
How to find RAM size by using QTP?
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
Discuss quicktest professional environment?
wht is Driver in Integration testing. Anubody can answers it
Which object repository we use in real time and can we merge 2 object repostiory and how?
How to integrate the qualitycenter with qtp
How will u find that how many List boxes( and check boxes) are present in one particular window
How to Analyze the Checpoint results by Checking Bitmaps?
how to choose the framework in qtp ? 2)when we go for the descriptive programming ?
Explain data driven framework?
how you have used object libraries? plzzzzz do answer