After we have written some test cases with the TestProject framework, it's likely that we can identify duplicate code which is shared by multiple test classes. This blog post describes how we can remove duplicate code from our test suite by writing custom TestProject addons. After we have finished this blog post, we: Know what […] Read more
TestProject
There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more
After we have written some tests with TestProject, the odds are that we want to run them. This blog post helps us to solve this problem. After we have finished this blog post, we: Can create a project that contains our test cases. Know how we can add tests to a project. Can run individual […] Read more
There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more
This blog post describes how we can write tests for web applications by using the TestProject framework. After we have finished this blog post, we: Can write tests for web applications with TestProject framework. Understand how we can use Selenium API in our test classes. Know how we can pass input parameters to our test […] Read more
There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more