During the Engineering all come across to the Development in Computer that includes programming.
We might have heard about Testing in Software Engineering, that comes under SDLC part of it.
We have heard knowledge about white box testing or black box testing (Its colorless testing :D).
But testing has so many colors that are unknown to many freshers, students, professionals.
Here we goes with different types of testing which may be used to test a Software during SDLC.
In this type the tester takes over the role of an end user and test the Software to identify any un-expected behavior or bug.
There are different stages for manual testing like unit testing, Integration testing, System testing and User Acceptance testing.
Testers use test plan, test cases or test scenarios to test the Software to ensure the completeness of testing.
Its automation of the website. That does the magic without doing any action of us !
We have to do just a click on run and have to seat quietly to show the magic!
Browser will open and as per our script, flow will be executed, we can see that automatically, sign in can be done, popup can be handled, navigation to page can be done without our manual efforts.
We might have heard about Testing in Software Engineering, that comes under SDLC part of it.
We have heard knowledge about white box testing or black box testing (Its colorless testing :D).
But testing has so many colors that are unknown to many freshers, students, professionals.
Here we goes with different types of testing which may be used to test a Software during SDLC.
1) Manual testing
This type includes the testing of the Software manually i.e. without using any automated tool or any script.In this type the tester takes over the role of an end user and test the Software to identify any un-expected behavior or bug.
There are different stages for manual testing like unit testing, Integration testing, System testing and User Acceptance testing.
Testers use test plan, test cases or test scenarios to test the Software to ensure the completeness of testing.
2) Automation testing
Now the most interesting part comes !Its automation of the website. That does the magic without doing any action of us !
We have to do just a click on run and have to seat quietly to show the magic!
Browser will open and as per our script, flow will be executed, we can see that automatically, sign in can be done, popup can be handled, navigation to page can be done without our manual efforts.
No comments:
Post a Comment