How to Write Test case for Smoke Testing
Answers were Sorted based on User's Feedback
Answer / samir patel
To check the Build health and confirm that weather it is
good for the further Testing or Not. its benificial to save
the unprodutive cost.
| Is This Answer Correct ? | 23 Yes | 5 No |
Answer / mudaseer
smoke testing means positive testing so we have to write only positive cases in smoke testing for ex when you login to an application you have to enter valid user name and password
(i e only you have to test for only valid values not invalid values)
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / maggi
In some companies smoke testing is also known as sanity testing, actually smoke testing is the testing done to the released build whether further testings can be done on this build or not, in smoke testing major functionalist of an application is tested. If any of the feature in the list is failed then the build will be rejected.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / naidu
while releasing the application to the client we have to
test the application on the final release media(i.e cd or FTP).
| Is This Answer Correct ? | 16 Yes | 27 No |
this question i got from iflex anybody pls give some useful information. is it possible to get severity1bugs in thirds round testing before release after two rounds of system testing completed?
some major negative test cases to break the sign up page having username password, email, url address field and some check box selection options ?
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
Do u writing a separate testcase for Regression Testing? If it is Yes, Explain How to write the Testcase?
how to test if there are 2000 requirements ro be tested in an application ?
How will you assign priorities to test cases?
What is d differences between sanity and smoke testing with xample?If anyone knows pls ans dis ques
If one testcase takes 24hours to execute.what will be the status u will be giving to it?and wht u will report to ur TL?I mean to say will u include the above testcase or exclude it?plz suggest me with the exjact answer.
What is the good qualities of test enginner
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
what is boudarary value analysis? what is the use of it?