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
What are the Application Functions available in QTP?
Why bpt?
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.
What is the parameterization?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the extension of the qtp local repository?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Explain how qtp identifies object?
Explain how you can delete excel file in qtp?
What is the use of text output value in quicktest professional?
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
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..
Is it possible to switch between recording modes during a test creation?
what are the limitations of smart identification in qtp 9.0