(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.
Answers were Sorted based on User's Feedback
Answer / sri
Ans 1) When the time is less, we should prioritize the test
cases based on functionality and perform the testing. These
functional test cases must be prioritized on the basis of
criticality and severity and again priority.
Ans 2) When a new feature is added to the existing
application, a new test case is added,there may be features
or sub modules or modules that are effected and all those
will be identified by your PM and will be given to you.
Refering this document you will have to update those test
cases and the new test case only.
Ans 3)Yeah some times it happens. There was a situation
when the client had sent a new requirement while in
development, developers were informed but testers werent
and it came to us for testing. That time we came accross
that functionality and had added that test case
Ans 5)Ans 3 is the answer
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Is apllication is window base or Linux base it create any diff. from QA point of View.?
How to Test the Cookies and Memory leakages? (I.e. does the cookies expired or not and about memory leakage)?
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
how to write testcase for this particular textbox.i have textbox and it accepts only values from 1-9.how to write testcases for this using bva and ecp?need some more testcases any sites which provide testcases information? mainly for webapplication.
What is Static & dynamic Testing?
What u will do if you have less time for testing (3-4 days) instead of 10 days.
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.
Hi,please help me out with my ques:as soon as the build we get from developer,how will we start testing?first all how the build we get (means which form)?who will install it in the system and how tl will assign us the work?
Any idea about CMM?
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
what is defect leakage?