TYPE OF TESTING
Samiksha Jain
ISTQB Certified Tester | Certified Scrum Master | Building Skills for Future in QA Automation | Agile Foundations| MBA
?????????? Types of? TESTING
MANUAL TESTING AND AUTOMATION?
MANUAL TESTING - this is a type of software testing in which test cases are executed manually by a tester without using any automated tools. It is the process of manually testing software for any defects, bugs, or errors. Manual testing allows QA teams to act on instinct and work on elements quickly.?
AUTOMATION – this is a type of software testing technique to test and compare the actual outcome with the expected outcome. This can be gained by writing test scripts or using any automation testing tool or frame. Test automation is used to automate repetitive tasks and other testing tasks which are difficult to perform manually. Automation testing is the application of tools and technology to test the software with the goal of reducing testing efforts, delivering capability faster and more affordably.
WHITE BOX TESTING - ?White box testing is an approach that allows testers to inspect and verify the inner workings of a software system its code, infrastructure, and integrations with external systems. The term “WhiteBox” was used because of the see-through box concept. It allows a finding of hidden errors or defects because it checks and works by internal functionality. For Example: Search something on google or test any application by using codes. The goal of WhiteBox testing in software engineering is to verify all the decision branches, loops, and statements in the code.
BLACK BOX TESTING - Black box testing is an approach in which testing a system can be done without having any knowledge of internal code structure, implementation details, and internal paths. It is a method of software testing that tests the functionality of an application without looking into its internal structures or workings. The term “BlackBox” was used because, in the eyes of the tester, it is like a black box inside that no one can see. For Example: An operating system like Windows, a website like Google, a database like Oracle, or even your own custom application. Under Black Box Testing, you can test these applications by just focusing on the inputs and outputs without knowing their internal code implementation
GREY BOX TESTING - Grey-box testing is a combination of both white-box testing and black-box testing. The goal of this testing is to search for any defects if it is due to improper structure or improper usage of applications or software. Grey box testing is also known as Translucent testing. It is effectively used for Web-based applications. Grey Box Testing gives the ability to test both sides of an application, the presentation layer as well as the code part. For Example: While testing a website, if the tester clicks on any link and it comes up with an error, the Grey box tester can make changes in the HTML code to check the same.
?????????
?
领英推荐