If you are a team leader and u have to complete your
testing job of 5 days into 2 days, how would u handle this
situation with team members?
Answer Posted / rajendra
To complete Testing job of 5 days into 2 days:
Lead choose different ways:
1.Working more hours
2.Using Highly skilled testers in corresponding project
domain.
3.Prioritizing the test cases,and executing the only
highlevel testcases.
or other than the above three ways lead may take approriate
decission.
byee
Rajendra Prtasad Reddy .P
raendra_penumalli@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
What are the advantages of waterfall model?
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
Why we have to do manual testing?
what is the architecture of your current project?
What knowledge I must have as a 3 yrs. manual tester??
How to test a Falsh player scrollings?
How do you get programmers to build testability support into their code?
what is prototyping model,RAD model V model, spiral model?????
Difference between Re-testing and Regression testing?
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
What is the difference between static testing and dynamic testing?
What is function points??????
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }