Tag: testproject


  • Generic Addon

    There may be a scenario you may have to write an utility in your automation project. E.g. It may be a case where you select 2 quantities of the same…

  • TestProject – If-Then-Else

    How to achieve if-then-else condition in TestProject? There are 2 ways to achieve it: With the help of SDK which I personally like. With the help of TestProject UI features.…

  • TestProject – Looping certain set of steps (without the help of addons)

    Though we can loop a certain set of steps with the help of addons, lets see how we can do the same with the help of TestProject features. Scenario: Open…

  • TestProject – Call one Test Cases from another test case

    There might be a scenario where you may want to repeat the same set of steps in different test cases e.g. loading the main url (think of scenario @BeforeTest or…

  • Test Project – Coded Test Case

    Similar to add ons, we can also create coded test cases which can be used a stand alone test case or can be a test case which can used by…

  • Running Nested TestCase in a Loop

    How will we run a nested test case in a loop? Example: Think of a scenario where we have to repeat the filling up Address, Email and Phone fields 3…

  • TestProject – Multiple AddOns

    In the TestProject Addon page we have learnt how to create an add on and import to the TestProject. Now lets see how to create more than one addon in…

  • TestProject AddOn

    What is TestProject Addon From testproject addon page – an addon is a collection of coded actions you can use within any test. It’s all stored in TestProject’s collaborative addons…


About This Site

The main aim of this site is to share knowledge with fellow software test specialists who are keen to grow both technically and professionally.

Categories