how do u do smoke test for login page which has username ,
password, ok, and cancel buttons

Answers were Sorted based on User's Feedback



how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / puneet

Smoke testing in this case will be to test the button OK
and Cancel. Type in any thing in the username and password
field and press the OK button, the page should change and
the request should have gone to the database to confirm if
it is a valid request or not.

You should have no concern whether the login is successful
or not, the functionality is to test whether on pressing
the OK button the request is sent or not .... and it is
working perfectly.

Same do for the Cancel button and see if that works as per
functionality.

Is This Answer Correct ?    20 Yes 0 No

how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / itsalleasy

Smoke testing is just to check the major functioanlity of
an application.

In this case, once you successfully login, your smoke test
is passed.

Is This Answer Correct ?    10 Yes 1 No

how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / shilpa basu

Smoke Testing is a positive test & so there should be
following 2 test cases:
1. It should checks that user is able to login with valid
credentials.
2. User should remain on the login page & any data entered
by the user is removed when he clicks on Cancel button.

Is This Answer Correct ?    7 Yes 1 No

how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / ram

Here we do only the positive flow of testing. If U are giving the right UN and PWD & click ok,it should proceed.It's done.

Is This Answer Correct ?    4 Yes 0 No

how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / neeraj shrivastava

we do smoke testing to check for functionality i. e. data
flow of modules. In login page problem we will check that
only after entering name and password ok button will enable
and after pressing ok but the next page is opening or not.

Is This Answer Correct ?    2 Yes 0 No

how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / renny n

Smoke test is nothing but checking that weather the build
is good enough for the next phase of testing. so we do
smoke testing before each phase of testing..

Is This Answer Correct ?    5 Yes 4 No

how do u do smoke test for login page which has username , password, ok, and cancel buttons..

Answer / sakthivel murugan

check in all fields in login screen.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

Give me atleast 10 cases of GOOGLE search engine?

7 Answers   Google,


Hello Friends,I want some clearence regarding. Test report and Final report.

0 Answers  


can you tell me test case for notepad?

1 Answers   NDS,


What was the difference between Test case and Bug Report is there any template for this

3 Answers  


Tell exact difference b/w Smoke and Sanity testing with example?

13 Answers   TCS,






why you want to be a software tester ? why you choose a testing field?

3 Answers   TCS,


today evening you need to release software to client.at that time you found a defect.How you convence him?

0 Answers   RealPage,


keep pen in u r hand and write negative test cases.

1 Answers   PlanetSoft,


what r the entry criteria for automation testing?

1 Answers  


Differentiate regular regression testing and final regression testing.

3 Answers  


in your project which Tull you are using and what is the version and URL?

1 Answers  


how to write integrated test case for an ATM?

4 Answers   IndiumSoft,


Categories