WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?

Answers were Sorted based on User's Feedback



WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?..

Answer / dipu krishnan

1) The first step you have to do is execute the TC manually
and see if it is possible to be automated.
2) Once this is done just analyse/design how you are going
to automate it (i.e How you are going to input
testdata,check the expected result i.e.Checkpoint)
3) Once this is confirmed go for forward and script the TC.

Is This Answer Correct ?    1 Yes 0 No

WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?..

Answer / srikanth

1. Select the Testcases to be automated.
2. Find the dependencys between the Testcases, for Batch
testing.
3. Prepare Testdata
4. Make sure that build would be stable, then start
Automation...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How did you achieve reusability via QTP?

1 Answers  


can test automation improve test effectiveness?

0 Answers  


Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT

0 Answers   Cognizant,


• What type of testing questions will be asked for 2+ yrs exp people in interview?

0 Answers  


What is object spy in quicktest professional?

0 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  


Can we record using all the modes in a single script? Explanation with example is appreciated

0 Answers  


Generic function to search for the unique link in webtable and click on it

0 Answers  


How can i check elements sorted in dorpdown using qtp..

1 Answers   Value Labs,


Hi Samrat, Thank u very much, what u said it is right.

0 Answers  


What is qtp window?

0 Answers  


Can anybody give the script to addsheet, add column,add values under that column in the rows?

2 Answers   McAfee,


Categories