What is smoke testing with example

Smoke Testing is a product testing measure that decides if the sent programming construct is steady or not. It is an affirmation for the QA group to continue with additional product testing. It comprises an insignificant arrangement of tests run on each form to test programming functionalities. It is otherwise called "Construct Verification Testing" or "Certainty Testing." 


In straightforward terms, we are confirming whether the significant highlights are working and there are no gems in the form that is under trying. 


It is a small and fast regression testing trial of significant usefulness. It is a basic test that shows the item is prepared for testing. This decides whether the form is imperfect as to make any further testing an exercise in futility and assets.


Advantages of Smoke tests


Here are not many benefits recorded for Smoke Testing


Simple to perform testing 


Imperfections will be distinguished in the beginning phases. 


Improves the nature of the framework 


Decreases the danger 


Progress is simpler to get to. 


Saves test exertion and time 


Simple to recognize basic mistakes and revision of blunders. 


It runs rapidly 


Limits coordination hazards 


What occurs on the off chance that we don't do Smoke testing 


In the event that we don't perform this testing in the beginning phases, deformities might be experienced in later stages where it very well may be practical. What's more, the defects found in later stages can be masterpieces where it might influence the arrival of expectations.



Sample Smoke Test Cases Example


T.ID

TEST SCENARIOS

DESCRIPTION


TEST STEP

EXPECTED RESULT

ACTUAL RESULT

STATUS

1

Valid login credentials

Test the login functionality of the web application to ensure that a registered user is allowed to login with username and password

1.Launch the application

2.Navigate the login page

3.Enter valid username

4.Enter valid password

5.Click on login button

Login should be success

as expected


Pass

2

Adding item functionality

Able to add item to the cart

1.Select categories list

2.Add the item to cart

Item should get added to the cart

Item is not getting added to the cart

Fail

3

Sign out functionality

Check sign out functionality

1. select sign out button

The user should be able to sign out.

User is not able to sign out

Fail

Comments

Popular posts from this blog

What are the benefits of smoke testing?

What is smoke testing and what are its characteristics?