TestProject Agent in Docker Container

TestProject Agent in Docker Container

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container As we now know, TestProject Agents facilitate test execution and recording on the local machine. There is an intuitive wizard that helps users install the agent specific to…

Custom AddOns In TestProject

Custom AddOns In TestProject

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container In the previous article, we covered Using Addons in TestProject; we saw how we could use the already available community addons in TestProject, which have been…

TestProject Addons

TestProject Addons

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container In the current era of Agile, where application development focuses primarily on time to market, software automation tools get a similar pressure to keep up with…

TestProject Reports

TestProject Reports

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container Generating an easily readable, informative, explicit, and descriptive test report is one of the main goals of any test automation initiative. Without having a straightforward way…

Integrations with TestProject SDKs

Integrations with TestProject SDKs

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container Integration is an unsung hero.  It is often one of the main secrets to a well-run business, but it doesn’t get much attention. Integration in English…

Actions and Validations in TestProject

Actions and Validations in TestProject

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container In the Software Testing world, QA Engineers generally develop their test cases with one goal in mind: validating the functionality of the application under test. Each…

Writing your first mobile test in TestProject

Writing your first mobile test in TestProject

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container The ever-evolving mobile platforms of iOS and Android often present some of the most significant challenges for developers and testers. The sheer number of mobile device…

Parameterize Tests in TestProject

Parameterize Tests in TestProject

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container Best practices often suggest that we should not use hard code the data values into our test scripts. The better choice is usually to use a…

Locate Elements in TestProject

Locate Elements in TestProject

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container Every UI automation test requires us to perform actions against web elements, such as text boxes, buttons, links, etc. Before the test can interact with any…

Create and Schedule Jobs in TestProject

Create and Schedule Jobs in TestProject

Test ProjectTestProject IntroductionInstall TestProject AgentRecord and PlaySchedule Test JobsLocate ElementsParameterize TestsActions and Validations in TestProjectWriting Mobile TestIntegrations with TestProject SDKsTestProject AddonsCustom AddOns In TestProjectTestProject ReportsTestProject Agent in Docker Container Now that you’ve created an automation test using TestProject, we will need a reliable and easy execution strategy to get the most out of these assets.…