(questions asked in interview)hi every one can any one
please answer to this questions.these questions were asked
in an interview.i have another interview next week .
1.when the time schedule is tight how will you approch the
testing,and the relese is nearing and we need to finish
testing how can we follow in that case.do we need to exicute
all the test cases or can priortise and leave some to next
relase.
2. when a new feature is added to the existing application
we need to add new test cases but after that do we need to
change all the existing test cases and while running do we
need to exicute entire application test cases or only the
new feature test cases and related new feature test cases.
3.do you have any situation where you have to write and
exicute the test cases same time, how will you follow.does
it happens in real time.
4.example of bug which is not reproducible.like tester say
that there is bug and developer say no can some example of
such bugs.
5.during regression testing some times do we need to add new
some additional test cases to test that bug.
Answer Posted / purni
1) When the time looms, we need to prioritize the testing
by selecting the main functionality of the application. And
we have to do the adhoc testing, means testing the
funtionality randomly.
2) when the new feature is added to the application, there
is no need to change all the existing test case . But if
there is a know and unknow dependency in the application.
We need to check that functionality and make the changes to
the existing test cases.
3)When we find the bugs, we can make the changes and
execute the test cases at the same time.
4)If developer cann't see the bug they assign the status as
not reprocucible and until they can see it again. If the
tester can attach the snapshot then developer's can reject
it.
5) As per my knowledge,regression test is done, once the
application is tested manually and make sure that the
applciation is stable. So during the regression testing if
we find the bug, we need to fix the bug rather then writing
the new test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Traditional testing & Object Oriented testing?
Can i get answers for telecom testing for eg telecom billing rating can be tested
What is the main use of preparing a traceability matrix?
What are tools of performance testing?
What is white box testing, and what are the various techniques?
What is the difference between manual testing and automation testing?
Which are the standards for software test plans?
What were the major challenges u faced while testing
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
what is sanity test (or) build test?
What is revision history and the content of revision history table?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
What are the advantages of black box testing?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
What is a failure?