How to execute 1000 test cases in a single day?

How to execute 1000 test cases manually in a single day? What kind of testing methodology do I have to use? Please help me with this question.

Questions by venkat2604

Showing Answers 1 - 12 of 12 Answers

Sanjay

  • Nov 25th, 2012
 

The 1000 testcases can be tested based on the severity & priority of the test cases & the critical requirements

  Was this answer useful?  Yes

Renuka

  • Nov 30th, 2012
 

We can use Orthagonal Array concept to cover the 1000 TCs functionality with minimum effort of execution.

  Was this answer useful?  Yes

dawn

  • Feb 15th, 2013
 

Can u please expalin Orthogonal array testing concept ??

  Was this answer useful?  Yes

Joshua Kumar

  • Mar 7th, 2013
 

When you have three Arguments to a function then this would be the combination

A A B
A B A
A C C
B A A
B B C
B C B
C A A
C B C
C C B

If you notice they are occurring in Pairs and other options are omitted like A B C..because If you look for all the possible Scenarios then it will Come to 27 but you are testing it With 9 scenarios and covering them.
So this is Also called a Orthogonal Pair array

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions