Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can we group that these test cases only should be
automated and in which order you execute that test cases

Answers were Sorted based on User's Feedback



how can we group that these test cases only should be automated and in which order you execute tha..

Answer / prince

1.when the test data is not changed
2.when u need some graphs and reports on that particular
tests .
3.when there is any test case to check the Coding Standards
(consider this as a ex for 1st point).
4.when u go for regression test.

Is This Answer Correct ?    0 Yes 0 No

how can we group that these test cases only should be automated and in which order you execute tha..

Answer / csr

We group a set of similar test cases to form a group. And
the order which it needs to be executed is some thing like
C-R-U-D create-Retrieve-Update-Delete

Is This Answer Correct ?    0 Yes 0 No

how can we group that these test cases only should be automated and in which order you execute tha..

Answer / jagadeesh

see once completion of manual process we go for automation
where we can't do areas in manual for that your each end to
end scinarios related to maual testing will be automated
scinarios as tests where you want to do retesting and end
to end testing.

if you are in real time you can get automated scinario doc.
from your test lead.

regards,

jagadeesh

9849917466

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

how to write vbscript on web applications in qtp. explian with one example?

4 Answers   Wipro,


Discuss QTP Environment.

1 Answers  


How u do the back end testing in QTP?

2 Answers   HP, SunGard, TCS,


I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.

4 Answers   TCS, Wipro,


How often were they executed?

0 Answers   Sarga Technologies,


In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases

2 Answers   IBM,


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

1 Answers   Mphasis,


how to invoke the web application through script in qtp

8 Answers   Synechron,


What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance

3 Answers   BirlaSoft,


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

0 Answers   ADITI,


Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks

3 Answers  


How qtp identifies objects?

0 Answers  


Categories