(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 / venkat
1. You have to test the major functionalities which has
largest impact on the project.
2.When a new feature is added you have to test all the
dependent modules. If no dependent modules are there then
we have to do 30 to 40% regression testing. If the whole
product has impact because of this feature then you have to
test the whole.
3.In real time it doesn't happens. Once the testcases were
written review will happen, once the review was ok then we
start testing.(Still now I never faced such situation.
Anyone plz correct me If I am wrong).
4.Generally in GUI applications these types of error
occurs. Generally we dont remember what are all we clicked.
In such situations we cant reproduce the bug.
5.No
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
What is the domain testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Explain the ad hoc testing?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
test cases for bus transport (TNSTC)
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
test cases for friend finder system using gps?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Explain the integration testing?
Explain the gray box testing?
Explain the acceptance testing?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?