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

What are different types of metrics used in testing ?

1 Answers  


hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance

0 Answers  


What is the difference between stress, volume and load testing?

7 Answers  


How do u approach for testing a web application?

2 Answers  


what is mean by impact analysis ,how we used to select regression TC using this?

0 Answers  






You need to plan a test project to qualify an application composed of many individual components. Referring to the scenario above, which phases do you expect to take longer than usual?

2 Answers  


Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?

2 Answers   Allianz,


write 3 test cases on railway reservation system

13 Answers   Zycus Infotech,


What is show stopper defect and explain with example ?

5 Answers   Unisys,


What is severity and priority of bug? Give some example.

0 Answers  


What is CRD and SRD file

1 Answers  


what is protocol in software testing? can u give it with a good example?

3 Answers   IndiumSoft,


Categories