How you automate testscripts one by one or moduelwise or

all at once

Answers were Sorted based on User's Feedback



How you automate testscripts one by one or moduelwise or all at once..

Answer / sreeprasad

Test Automation is process which follows the framework

designed for the company. This framework varies from one

organization to other. Here are some basic steps which are

follwed in general...

Step1: Segregate the test cases to be automated.

Step2: Prepare the test data for the selected test cases

Step3: Make scripts for repeatable or functional scenarios

Step4: Convert those scripts as Reusable functions

Step5: Make test scripts by calling the reusable functions

and adding the conditions as per your requirements.

Is This Answer Correct ?    1 Yes 0 No

How you automate testscripts one by one or moduelwise or all at once..

Answer / anonymous

The questin here is not WHAT IS the Automated testing
process?
How you run the tests?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to remove associated function library?

0 Answers  


How to take screenshots in qtp?

2 Answers   Sonata,


In what situations QTP will not recognize the Objects?

6 Answers   Wipro,


Are Shared ORs read-only?

0 Answers  


How to Save your test using QTP?

1 Answers  






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

0 Answers  


hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent

2 Answers  


I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?

3 Answers  


how to write testcases for web based insurance,from the script by using qtp.

1 Answers  


i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

0 Answers   RR Donnelley, RRDonnelley,


What are the steps involved in recovery scenario wizard?

0 Answers  


What is 'sleep' in sync point?

0 Answers  


Categories