Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...

0 Answers  


what is a bug?

9 Answers   Millennium,


Give the example for high severity high priority high severity low priority low severity high priority low severity low priority ?

1 Answers   Crea,


What is Functional point and what is the use?

2 Answers  


What are the different types of integration testing?

0 Answers   Tech Mahindra,


I write the test cases in Excel Sheet. For Retesting how to maintain the excel sheet.? Hw to maintain the History?

2 Answers  


Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?

4 Answers  


How well you work with a team?

2 Answers   IBM,


which model are you following

2 Answers   IBM,


What is test driver and test stub?

0 Answers  


They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.

5 Answers  


difference between test bed,test environment,test harness,sanity testing,smoke testing,,retesting ,regression testing (abcd)

2 Answers  


Categories