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...

CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?

Answer Posted / svapatil

BVA & ECP are the Test case design Techniques by using
which we write the test cases to test the Functionality of
the Objects.

If we are going for Automation, There we will be converting
the Test cases in to test scripts( Automation scripts)
( But remember not all test cases can,t be automated )
If we have to run our Test scripts with a multile set of
data then we will use the Testdata ( Which can be some
times given by the clients or we need to design the test
data) if we are using the Same input data which is used to
run the tests manually then it means that we are using the
EVP & BVA indirectly.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Application Functions available in QTP?

2107


Why bpt?

1110


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1795


What is the parameterization?

1107


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

1745


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

3613


What is the extension of the qtp local repository?

1149


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

2119


Explain how qtp identifies object?

1130


Explain how you can delete excel file in qtp?

1101


What is the use of text output value in quicktest professional?

1034


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

2020


Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

2098


Is it possible to switch between recording modes during a test creation?

1099


what are the limitations of smart identification in qtp 9.0

2422