on what basis low,medium,high,critical will be assigned to a
bug.give m examples
Answer Posted / shankar
Severity defines the seriousness of the defect w.r.t.
application.
Critical: A major functionality is failed. Testing can't
continue. Eg: After entering Username and Password, Submit
button is in disabled mode.
High: A major issue in functionality is not working. But
testing can continue. Eg: After clicking submit button, the
corresponding login page is not displayed.
Medium: A major issue that imposes some loss of
functionality.
Low: Usability & UI issues.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
negative test cases on banking domain ?
Difference between Stakeholder and Relevant Stakeholder?
What is split testing?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
Explain user acceptance testing.
What is test closure?
How do you go about testing a project?
please send me interview questions asked in google in testing - manual
what is prototyping model,RAD model V model, spiral model?????
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
Difference between adhoc testing and error guessing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect