(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 / 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 |
Answer / raja
For 1 question, we need to follow the following steps:
1. First we need to cross with PRS (Project release sheet)
to make sure what are all the requirements we are going to
deliver.
2. We need to go Sanity testing to conform whether all the
Functional and UI related Test cases are passing or not.
3. If we find and issues in the currect build, directly we
need to inform to the concern application developer and then
we need to raise a bug in bug tracking tool.
4. Once we exist the Sanity testing, we need to go for
Happy/random tesiting to make sure all the fuctionality is
working fine are not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chinmay
hi Friend
For above 5 points for the 1st what i say is : when the time
is near to release then we need to perform testing only on
the test case which are of very high important,such as
,checking all the function are working properly or not,
field are accepting correct data which is required...and
many more...what u do not test at this point of time is the
DESIGN and the USER INTERFACE (mean to say is the appearance
of the application) but then it does not mean that is should
be not readable....
so hope u will have much points to put forward to the person
how is taking yur interview.
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
explain end to end scenario's for online Money transfer in Banking Domain?
Can anybody help me out to write test cases for booking train ticket online???
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
how to test an imaging application that removes the red eye affect from an image?
You are Only tester for Onsite client team, this team is on holiday for two day from monday & SIT is started with plan end date is friday in this case if all server,application is crashed then as a tester what will be your approach
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
How to write test cases on for Logging management?
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
anybody can send cross site scripting test cases pls...
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Test Data?