Hi frnds im mini. can any one give correct answers for this
interview questions. i have an interview in 4days..pls
1.What are tests that u have participated in Testing.
2.What is diff between Load testing Stress testing?
3.What is sanity testing when do u start it?
4.how can you test ur application with negative testing?
5.when can u start test case writng?
6.what is the tool your are using and the version?
7.what is the tool you used to report the bug ?
8.what is a formate of test case document in your company
and also bug report document formate?
pls send me reply.. tank u frnds.............
Answer / abhi
1.What are tests that u have participated in Testing.
That really depends on U.........
U can start away with...... Sanity testing( also known
as Stability testing)
Followed by the System testing on the Test build( where
exactly the Real tesing fo the unit and Integrated stable
system's testing happens).
Retesting
In the Test Ececution if we come across any bugs for
that will be reported to the Development. Once the bugs
are fixed in the subsequent build the bugs that are fixed
will be RETESTED. This is Retesting.
REGRESSION TESTING
In the regression testing instead of vaididating the
bugs that were fixed , we validate the impact of bugs
on the dependent functionalities.....
So u will be involved in Four types of Testings
Sanity Testing Level 0
System Tesitng Level 1
Retesting Level 2
Regression Testing Level 3
dats it............
3. Sanity Testing
Sanity Tesitng is performed to test validate the stabilty
of the build ( software application under test). Under
santiy testing we check whether the application is readily
accessible and the check for basic functionalities. Once
this are verified we go ahead with the testcase execution.
We start when the build released.
4.We can test the application for Negative testing by
giving the invalid inpouts...for example in order to
testing pin for ATM it only accepts 4 lettered PIN...try
giving 3 lettered or 5-lettered.... all zeroes and so
on.......
5.when can u start test case writng?
Once we are done the Preparatory activities namely:
Test Planning which include Test Plan and Test strategy, we
can start off with the Test Designing which includes the
identification of the Test case scenarios and test cases.
Once the Identified are verified for the Requirement
converage, by the Test lead we can go ahead writing the
test cases........
6. Can U throw more light on the 6th Q
7.what is the tool you used to report the bug ?
The Best tool that can be used of defect reporing is the
Test Director, which is now known as Quality Center.
8. Test Case Document:
Test Case includes the following fields:
Sl.no
Requirement ID/Description
Usecase REference
Test Scenario/Test Case Description
Test Scenario Type
Test Case Id/name
Test conditions( Preconditions)
Test Data
Test Executions Steps
Expected Results
Actual Results
| Is This Answer Correct ? | 2 Yes | 0 No |
1.what types of testing do testers perform ?
Hi Friends, Can anybody email me Contents of Manual Testing on my email ie mca.rachna21@gmail.com.
How do the test cases differ for Functional,Integration,System and User Acceptance Testing???
wat is test deliverables
5 Answers Calpine Technologies, CTS,
Explain 5 Test Matrics?
Explain Automation Vs Manual Testing?
Difference between postponed and deferred bug
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.
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
what ia the necessity of sdlc, stlc and testcases
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What is the difference between smoke and sanity testing? and when we perform smoke testing and when we perform sanity testing?