what r the 3 basic factor on which we determine
to perform automation
Answer Posted / sreekanth chilam
Hi Radhika ,
This is sreekanth frm hyderabad .
In My view the following are the basid factors for
performing automation :
-> Reusabilty
-> Reliabilty
-> For performing more testing within shorter time frames
-> to cutback time,cost,effort involved in testing
-> To eliminate the human errors while execution
-> Quality can assured.
-> comprehensive
I hope these factors will answer ur question .
if u are facing any issues u can catch me at 09959191768
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to use the object spy in quicktest professional (qtp) 8.0 version?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
How to save your test using quicktest professional (qtp)?
How to creating an output value using quicktest professional (qtp)?
What are the types of object repositories? Which one is you are using?
How to suppress warnings from the test results page?
What is a programmatic description?
What are the advantages of Object Repository?
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
What are the recording modes in wave event?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
UFT 12.02 which ALM version will support
In qtp, how you can exit for loop?
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 will be happen if i load object repository at run time, but it has already associated.