RSS Feed for This PostCurrent Article

Software Testing Interview Questions9

73. suppose u have raised one bug.u have posted to that concerned developer..he can’t accept that is a bug.what will u do in the next stage?

If the developer won’t accept our sent bug, then we show it to our team leader or we can show it to our superior person. so he/she will go and discuss with developer or else they will conduct one meeting on that.

or

Sometimes bug not reproducible in Dev Environment at that situation dev doesn’t accept
we will give him screen shots.If still debate occurs we raise the issue in bug triage meeting

74. Role of Software Test Engineer in Software Company?

The role of a software test engineer in company is to find the defect. He/She should have “test-to-break” attitude. He/She has to test the application taking the customer into mind. He should work hard for quality.

75. Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description?

Bug title : Calculation Errors

Description: Unable to do the calculations of this application.like the output is giving an undefined/Unstructured format.
Here the examples :
1/1=2………
Severity : Critical
Priority: High/Medium(depends on your Requirement to solve)

Bug Title:calculator_functionality_Division

Description:Division function is not working properly when the values are(both) same and even.

76. Explain equivalence partitioning with an example?

When We have an requirement which has a large class of data split the large class into its subsets
For Ex:
Sal 10000-45000
Here this is the large class of data equivalence partitioning –>take inputs from the below sub
classes such as
less than 10000 (invalid)
between 10000 and 45000 (valid)
greater than 45000 (invalid)
Instead of choosing values from the large set of information split the inputs into both valid & negative inputs that becomes a subset. this technique is equivalence partitioning

77. Explain traceability matrix with an example?

Traceability matrix is table which maps each requirement to its functionality in FDS, its internal design in IDS, its code and its test cases.
Format is

<!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} pre {margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:”Courier New”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –>

Requirement--Functionality--Internal design--coding--T.c's

R1           P3 in FDS      P6 in IDS         P4     T13,T14
--                                              
--                                              

78. What is the difference between Integration Testing and System Testing?

Integration testing will do the completion of unit or module level Testing.

System testing is nothing but the application meets the Required specifications or not

Or

In integration testing individual components are combined with other components to make sure the necessary communications, links and data sharing occur properly.

It is not system testing because the components are not implemented in the operating environment.

System testing begins one the modules are integrated enough to perform tests in whole system environment.System testing can occur in parallel with integration test, especially with the top-down method.

79. How Could u Present Test Strategy for the Product Testing?

Test strategy means that it is a document prepared by quality analyst/project manager. it specifies how to approach to testing team depends upon requirement gatherings, risks involved in our company and customer requirements

80. You may undergone many projects. Do all the projects match up with customer’s expectations?

Any project never matches with 100% requirements. We consider only when it reaches to certain extent

Trackback URL

RSS Feed for This Post1 Comment(s)

  1. Reddy | Dec 19, 2008 | Reply

    how do you know testing is completed , can release the product ?

RSS Feed for This PostPost a Comment