What are the three challenges U faced during automation
testing of your application.

Answer Posted / vikrant

I faced so many problems following are the three which made
major impact

1. Designing an architecture for automation
2. deciding technology/tool with which everyone at least aware
3. explaining the architecture to subordinates so that while
automating they will create as per that

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com

1348


Where you get the run time data table?

578


Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

1620


Name the different types of recording modes?

574


Define Canvas view of UFT?

614






How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

1456


Explain the new feature of UFT regarding the export of test results?

575


Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?

616


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

1330


What is QTP and the use of QTP in TD?

598


hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.

1834


What test cases can you automate using QTP?

642


How to test login module with different username and password by using data driven testing in QTP?

604


Can we run test with out adding object in object repository? How it is possible?

540


How does quicktest professional identifies the object in the application?

551