Found 871 Articles for Automation Testing

Difference between System Testing and Acceptance Testing

Kiran Kumar Panigrahi
Updated on 22-Feb-2023 14:32:15

1K+ Views

Testing is a major step for the successful delivery of any application. On the basis of the level of execution of testing, we can classify testing into two categories − System Testing and Acceptance Testing. Read this article to learn more about system testing and acceptance testing and how they are different from each other. What is System Testing? System Testing is a type of testing which is used to validate the functionality of a developed software product. It is also known as black box testing. This testing involves the behavioral as well as functional testing of the software product ... Read More

Differences between White Box Testing and Grey Box Testing.

Kiran Kumar Panigrahi
Updated on 30-Nov-2022 11:02:26

1K+ Views

In software development, testing is the most important stage in the process of delivery of any application or software as it is only testing that not only validates the quality of an application but also provides an opportunity for the developer to improve its product. Every application is being developed in some high or low level language which means some code has been written for its development so based on the knowledge of the tester about the application there is a classification of testing namely White Box Testing and Grey Box Testing. In this article, we will discuss the important ... Read More

Differences between Interface and Integration Testing.

Mahesh Parahar
Updated on 24-Feb-2020 11:32:56

1K+ Views

As we know that testing is the most important stage in the process of delivery of any application or software as it is only testing which not only validate the quality of an application but also provides an opportunity to the developer to improve its product.Every application is being developed by comprising development of its constituents different components. Now as we know that Integration testing is the testing in which all components are tested in an integrated environment i.e testing is done collectively of all components with their individual functionalities working altogether.Along with this as we know that all these ... Read More

Differences between Black Box Testing vs. White Box Testing.

Mahesh Parahar
Updated on 24-Feb-2020 11:27:48

797 Views

As we know that testing is the most important stage in the process of delivery of any application or software as it is only testing which not only validate the quality of an application but also provides an opportunity to the developer to improve its product.Every application is being developed in some high or low level language which means some code has been written for its development so on the basis of knowledge to the tester about the application there is classification of testing namely Black Box Testing and White Box Testing.Following are the important differences between Black Box Testing ... Read More

Difference between Unit Testing and Integration Testing

Kiran Kumar Panigrahi
Updated on 22-Feb-2023 14:54:57

3K+ Views

Testing is the most important stage in the process of delivery of any software product, as it not only validates the quality of the product but also provides an opportunity to the developer to improve it further. Unit testing and integration testing are both software testing techniques, but they are quite different from each other in their scope and they focus on different parts of the software. Read this article to learn more about unit testing and integration testing and how they are different from each other. What is Unit Testing? Unit testing is a type of testing technique in ... Read More

Difference between Testing and Checking

Kiran Kumar Panigrahi
Updated on 22-Feb-2023 14:48:29

771 Views

In general, we can say that both Testing and Checking are used to evaluate a software product to make sure it behaves as expected. Both these processes are performed before the delivery of the product to ensure the delivery of correct and genuine product. Read this article to learn more about Testing and Checking and how they are different from each other. What is Testing? Testing is defined as a process of validating a product along with learning about that product by investigating and exploring the product during the process. Thus, testing is the process that motivate the tester to ... Read More

Difference between Static and Dynamic Testing

Kiran Kumar Panigrahi
Updated on 16-Dec-2022 10:40:17

4K+ Views

As we know that testing is the most important stage in the process of delivery of any application or software. Testing not only validates the quality of an application but also provides an opportunity to the developer to improve its product. Every application is being developed in some high or low level language which means some code has been written for its development so on the basis of execution of code written for the application there is classification of testing namely static testing and dynamic testing. In this article, we will discuss all the important differences between static ... Read More

What is the future of Selenium Automation testing, as a career option?

Adiya Dua
Updated on 11-Dec-2019 12:44:44

258 Views

We are now living in a world of Cloud and Digital business. Application Development of almost all the platform is in boom. For providing utmost customer satisfaction, the application has to be seamless and bug-free.We have been living in the age of manual testing since very long. We have new requirements pitching in every now-and-then from the clients where there is either enhancement in the application or any modification. For testing these new requirements, we need to run the older test cases repeatedly to test if it is not affected by the new change. And we end up testing the ... Read More

Can I learn Selenium without knowing Java?

Adiya Dua
Updated on 11-Dec-2019 12:38:47

429 Views

This Question comes to many professionals who are not actually into core technical and want to pursue their career in Selenium Automation. The term coding makes the non-programmers a bit scare to even start off with something like automation. There is a perception that a non-programmer cannot excel in Automation, but it is only in head. Many deserving and capable manual testers shy away from Selenium just thinking that it require some special skills.There are various many languages in which Selenium Scripts are designed such as Python, Ruby, C#, JavaScript and Java is one such of them. Knowing the popularity ... Read More

How do you conduct function Testing?

Adiya Dua
Updated on 09-Oct-2019 08:48:35

79 Views

Functional TestingAll the user requirements as specified by the business should be well tested as a part of functional testing. Functional Testing demands Testing in the environment similar to that of client’s requirement. All the boundary conditions, negative scenario are accounted for. Each functionality of the application should be working well with minimal probability of any bug.Objective of Functional TestingThe basic requirement which is expected out of a well running application should be tested. The UI should be user friendly and easy to navigate. Error messages should pop-up in case any unwanted entry is entered.A bug free application with the ... Read More

Advertisements