Reading test data from a CSV file using JUnit

It is recommended that we store the test data separately from the test scripts. This data can be exported in CSV format. We can read CSV files using Java IO and utility classes. In this blog, we will read data from a CSV file and use this data to execute the test script. Similar Posts […]

Read more
How to make your software testing more efficient

Software testing is an important phase in the Software Development Process. Here are a few tips to consider, that may help you improve the testing process and make it more optimized. 1. Get involved as early as possible The sooner you get involved with the software development life cycle, the better you will understand the product. […]

Read more