ertc.blogg.se

Best php ide to use with testrail
Best php ide to use with testrail








best php ide to use with testrail

I know this for sure, because if I do the same via curl it works. Response-Code from method add_run 400 says: Invalid or unknown project.īUT I'm sure that the project-, session- and even caseids are correct, existing and fit together. JsonObject = (JSONObject) ndPost(sAPIMethod, sjsonString ) Public JSONObject AddTestRunTest(String sTRUrl, String sUserName, String sPassword ) " Using test plans within a single project is not the outcome I wish to use as that will intermix test efforts of each project. How can I achieve this requirement? I have not been able to find a method to span across projects as the test cases seem bound to a specific project.

best php ide to use with testrail

Because every team’s implementation of Selenium is unique, you will need to add a function to your Selenium. Post the results to your TestRail test run using the TestRail API. The basic flow is as follows: Run UI automation. I honestly do not want to have duplicate test cases as that will triple the work in maintaining the test cases. To integrate TestRail with your Selenium UI automation, you can use the TestRail API. Actually it is imperative that we use the same tests to ensure the functionality is consistent. The devices have the same features/sensors that need to be tested within each product family so we use the same test cases. For example, the mobile devices tested across each project family is the same - iPhones, Samsung, Motorola, HTC, etc However, there are many test cases that are used across each of the projects. Project 3: Mobile device product family 3Įach of these projects are managed and executed by different QA groups and I need to keep them separated. Project 2: Mobile device product family 2 Project 1: Mobile device product family 1 I am wanting to set up my environment in this manner:










Best php ide to use with testrail