What are the other test cases apart from functional test
cases u write. I told sanity and resgression test case.Then
He asked what u cover in sanity test cases and give with
example...
Answers were Sorted based on User's Feedback
Answer / shyam.meghansh
Firstly we do not write sanity test cases. Apart from
Functional test cases we write System test cases,
integration test cases
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / lucky
Sanity and Regression test cases are subset of Functional
test case.
Sanity Testing: - Pick up the basic steps from fucntionlity
test case doc like navigate to each screen or submit a form
with a nominal data entry.
Regression Testing - Testing after a fix/enhancement
Test the major functionality of the applciation in business
point of view/end User point of view.
Pick the test case which satisfy the above condition.
| Is This Answer Correct ? | 4 Yes | 1 No |
hi , It would be more appropriate if you say smoke testing
also, see once the product is prepared or on initaial
stages we write testcases for each module
(FUNCTIONAL/SAnity) is covered in that case,
then comes after the product prepared we have to test its
daily report on Smoke asis as well as regression asis
so the answer will be SMOKEand REGRESSIOn test cases
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / aseem
Sanity test we do to verify the new build. Its least
required to write test cases for sanity but if u want then
it will be very basic like pages are navigating properly
after filling form value you are able to submmit
successfully. In this test we dont verify the output
| Is This Answer Correct ? | 1 Yes | 2 No |
Mention what are the test artifacts involved in qa?
If a company does not contain any maturity levels?Do u think the company does not have quality?Discuss?
What are points should consider at the time of reviews?
What if the project is not big enough to justify extensive testing?
wat is compile module
can anybody tell me that from whr i download rational rose setup (free)?
what sort of things what u put in Bug Report ?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What is the rule of a "test driven development"?
What is the base Criteria to review the testcases?
wat r some of the first steps you will take in your role as a QA
Explain the process of qa testing?