CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / audi
Hi ,
BVA and ECP are techniques for design test cases .
Based on these techniques one can be divided test data into
+ve & -ve and defferent set of sets.
where as Manual testing all the test cases required test
data and can be derive from these techniques.
if u r running automaion testing also , script run by test
data and by using these techniques can be defined test data.
So we can say these two techinics will be using in
automation testing also.
regards
audi
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajendra
BVA And ECP
BVA: Boundary Value analysis
ECP: Equaivalence Class Partition
These are test generation Techniques.
Normally the tests generated using above two techniques
are used to validate the application at boundaries and
valid and invalid inputs.
These testcases are not used in future when the application
baselined once.
Using above tec manual Test engineer generates different
testcases or test scenario's.
First all people must understand concept behind test
automation.
byee
Friends
Still if u have any doubts don't hesitate to call me or
mail me.
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
My Mobile number:9885162742
Hyderabad
India
All the manual testcase will not be converted in to
Testcases.
Regressison testcases will be automated.
| Is This Answer Correct ? | 3 Yes | 3 No |
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How will internal and external links be validated and updated? how often?
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script
When it be decided to go for either Per - Action or Shared?
if we made any changes in shared object repository how it reflects of others like our team members?
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
How to remove associated function library?
How to change the screen name while running the test.
In key word driven framework,we will rename the logical names of objects,why?
Explain about the Test Fusion Report of QTP ?
What does mean by Scope of Automation?n How we defined it?