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

0 like 0 dislike
149 views
by Contributing Tester (54 points)
retagged by
My friend is leading the development team in the his company, recently they have been assigned the task to test their application. Should they write unit based test cases before developing test cases in SOAP UI?
by Contributing Tester (54 points)
We are testing web application.

1 Answer

0 like 0 dislike
by The go-to Tester (143 points)
We should write unit test case in TDD/BDD approach. Most important thing is the code coverage and functionality developed.

What happens is developers do not write the whole sprectrum of possibles test scenerios. which is a major miss from his side.

For example, lets say we are going to test the login functionality of softwaretestingboard.com/qa/. Consider our test case be "If my credentials are correct log me in. Or else show an error message".

Now if the developer write the test case only for successful login, unit test will pass and code coverage will also be 100% but what about the incorrect password scenerio?

So a QA is required with unit tests.


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!

...