what is test case effective ness ?
Answers were Sorted based on User's Feedback
Answer / bishwajit.rk
Writing Test Cases are an art of its own. But more than
that u should know very well about the application for
which u r going to write the TestCases.
Any TestCases which meets the SRS doument can be said as an
effective one but the testcases should be able to uncover
the hidden bug...test to break the application. Thats the
mantra of a effective testcases...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mtest
Effective test case are those test cases which covers the
basic functionality of the application.
Scenarios developed while reading requirement specifications
are best test cases to find out bugs.
Negative test cases are also helpful for finding major and
minor functionality issues (Defects).
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the different statuses of test cases?
What is Check list for review test cases ?
Hi Friends, I have recently completed Testing course and planning to apply for jobs, I am Planning to put Banking Project in my resume but b4 that I need your help guys According to my knowledge in the banking project basically it contains 3 modules say 1. Banker 2. Admin 3. Customer Could you please explain me in terms of interview like how to explain each module and what exactly each module does and what type of testings we can do on banking project. Any help would be appreciated Thanks in advance Swapna
How u write the test cases after studing the RSD and FSD
This is a interview question i faced? Suppose your client doesnt have any idea abt software or the technology ?then how
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 is the STLC process in your company?
What is white box testing?
At what stage unit testing has to be done?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
4.what is deliverables?what are the things is included in the deliverables?
Am asked in interview that How are u going to write test cases? I replied him that we refer to usecase diagrams and the requirements documents to write test case. Did i replied him anything wrong?