Challenging Software testing Interview Questions











Sponsored Links:

1)When a bug is fixed then what happens.
2) What is the difference between  testing software devolped by contractor within country and testing software devolped by contractor outside the country.
3) Write the test cases of adding 100 no.
4) In an office , 4 rooms are in first floor.and in ground floor their is switchboard and switchboard contains 4 buttons.4 buttons contains light of 4 rooms.Write the test cases of whcih buttons contains light of which rooms.
5) When expected Result is not given then what happens.
6)What is defect management.
7)How much testing is enough.


Judge yourself by answering these questions.Please answer the questions in the comment section .

6 comments:

Narendra said...

Test cases for adding 100 no.
1.Check all 100 numbers are available.
2.Check only addition is allowed.
3.Check result should not be displayed when clicked on any button for calculation when not even single no. is added.
4.Check all 100 no. are used in addition.
5.Check expected result with actual result.
6.Check input accepted is numeric value only.
7.check default sum is 0.
8.check duplicate no is not allowed(if it is requirement).
9.Meaningful message should be display for any error.
10.Check not more than 100 nos. are allowed.

deepak said...

Once when a bug is fixed by developer it is reassigned to the testing personals responsible for the project and then again they perform testing on the same and that task is know as retesting and after testing the defect

 If the defect is fixed

If Testing personal is using any tool for defect tracking the same should be closed in the defect management tool by marking the defect with closed status.

deepak said...

Question1:- When a bug is fixed then what happens?

Answer 1 :- Once when a bug is fixed by developer it is reassigned to the testing personals responsible for the project and then again they perform testing on the same and that task is know as retesting and after testing the defect

 If the defect is fixed

If Testing personal is using any tool for defect tracking the same should be closed in the defect management tool by marking the defect with closed status.

rahul said...

In an office , 4 rooms are in first floor.and in ground floor their is switchboard and switchboard contains 4 buttons.4 buttons contains light of 4 rooms.Write the test cases of whcih buttons contains light of which rooms.

Ans-
1- click first switch and check 4 rooms. And see which room is lighted . Then mark that switch for the respective room.
2- Then click the next switch (exclude the first one). Then see all the four room. Because may be that switch is also lighted the same room (the room for first switch). And mark the second switch for the respective room.
3- For last 2 switch do the same process like click the switch and check all the four room. And mark as respective room.
4- Do the same thing for the last switch.

rahul said...

What is the difference between testing software devolped by contractor within country and testing software devolped by contractor outside the country.

Ans- In that case communication difference may be happened between the qa and development people. Due to time variance may be the bug fixing and decide the priority of bugs can be take more time.

rahul said...

How much testing is enough.

Ans- It depends on the issues which are entered in a particular release. If the bugs are fixed and there is no more critical,major bugs are there and also the application is working as per the client's expectation then we can say the testing is enough.