how to test if there are 2000 requirements ro be tested in
an application ?
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy
The way of execution of testcases depend on time that we
have to do it.
For example if testerhhave ample time,then he has to
execute all testcases one by one depending on their
priority.
If the time is less and it is impossible to execute all
testcases then we will execute High priority testcases
first then we will go for second low priority testcases
and so on...untill the end of the iven time.
So friends testcase execution depends on the time that we
have to execute testcases.
ok
byeeeee Friendz
urs
rajendra_penumalli@yahoo.com
Hyd
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / chaitanyareddy
If we have to test the application in the same process for
2000 requirements then we should go for automation testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
If we have 2000 requirements, divide the requirements to
the testers in the prority basis.
Eg:
To test functionality , those requirements has to
allocate for one group of testing people. Like wise we have
to segricate the requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rp626272
At this moment v should execute the test case which are
having high priority. those will be executed first after
that v can perform monkey testing to test the functionality
randamly.
in another way v can go for automation . In automation by
generating script v can test eace and every functionality
with in the time
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe to me the Software Development Life Cycle as you would define it?
How to design the test cases?
In Risk, What is the difference between mitigation and contigency plan in risk.
Define Stress, Load, Volume Testing?
What is software review?
For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
what is spiral model?
expalin integration tsting who will perform ths type of testing at what time will do
What are the different test techniques?
diffrence between application testing and product testing?
How to derive test requirements from SRS?