Hi,
I have 50 test cases for automation,
Based on which criteria we can decide for these test cases
we have to use Descriptive programming and remaining for
general coding?
Thanks In Advance..Kavitha
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
This is all dependent on the requirement. If those 50 test
cases contains core functionality and most of the objects
are repitative then we store those objects in Shared OR,
and the objects that are dynamic in each exuction then we
will write description programming fo those those objects.
And sometimes if you application is not ready, and if know
the properties of objects then we will go for descriptive
programming.
And also assume if your application consists of 50 Users
button like User1, User2, User3 like buttons, rather that
creating 50 objects, directly user the descriptive
programming.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / subhash pasupuleti
Kavitha,
Whether we use Repository or Descriptive programming is an
approach. Many Framework based systems use escriptive
programming. %o is too small a number to say this way or
other. If Test cases or 5000 then certianly I would go for
Descriptive programming
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the Test design techniques you uses in ur project?
.how will you load the object during runtime
Explain me in deatail about DATADRIVEN framework including scripts ?(realtimes plz)(Chandana)
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
How can we call Winrunner functions from QTP?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
How i can change shared repository to per test repository in qtp
WHICH PROCESS U FOLLOW IN COMPANY
In Webtable New rows getting added, we have select the name as Sandeep ,If name column is sandeep then need to check the checkbox ,we don't know the rows and columns ,Can anyone please tell me the answer.
3 Answers Broadridge, Cigniti Technologies, HCL,
How to test results for qtp ?
how can you select random value for every iteration from a weblist
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?