Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
209 views
by Master (1.2k points)

2 Answers

1 like 0 dislike
by Contributing Tester (79 points)
when a sofatware is developed it has many componants for example :

1. UI

2. API

So while testing we test both the componants separately and when both works fine individually then we integarte them with each other and then again test to check if they works as expected in the combination. So you can think of like: UI side you are testing login feature by some dummy api AND similary you are testing login API using postman or some other tool  like rest client. Now you need to integrate the login API with UI and you will test login feature again after integrating the actual API with UI, this is known as integration testing.
1 like 0 dislike
by Contributing Tester (95 points)

In Integration testing, the QA team performs tests to make sure that components or units working fine independently work well even when put together. Testers verify that the modules give the same output even after they integrate. This takes place when more than one module is combined together to exhibit a functionality.

Original Source: What Is Selenium?


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...