ContributionsMost RecentMost LikesSolutionsRe: How to exit Conditional Goto In Readyapi without Groovy Scripting? nmraoWe need to exit because it goes into a indefinite loop unless the condition is met. I found the solution, It is by setting a timeout on the testcase level in ReadyAPI. Assuming the time delay between execution is 10 Seconds, The time out will be set to 100 Seconds, So it it goes into indefinite loop due to xpath condition is not met, It stop the execution after 100 Seconds Re: Run ReadyAPI Projects in TestEngine changed build result to FAILURE even after successful rerun Is it because of ReadyAPI Testcase Options - "Fail Test Case if it has failed Test Step" ? How to exit Conditional Goto In Readyapi without Groovy Scripting? In the ReadyAPI Test, I've a REST test step which when executed trigger the status as "Processing" after sometime to "In Progress" later to "Completed", The time of these status change is not consistent. I've a added a conditional GoTo to validate for TestStatus = "Completed" with a delay of 10 Seconds , Until its true it will re-execute the REST test step. This works fine. But how to exit the loop say after 200 Seconds. I understand the complete steps can be done via Groovy Scripting. Is there an option to do without Scripting? Can PropertyWait used for achieving this ? Re: How to find the location of the namemapping template ? Thanksrraghvani for your response. I searched the*.acnfg in my complete system and deleted. Option 1: to disable the Config File imported in Tools -> Settings -> Import Settings -> Uncheck on NameMapping Template Properties Option 2: Creating a Config File without NameMapping during Export Settings and Selecting only that Config File. Namemapping Template for Salesforce Application If you are automating Salesforce application with TestComplete and If you use the NameMapping template, Can you share it ? Exporting NameMapping Template :https://support.smartbear.com/testcomplete/docs/reference/options/exporting-user-settings.html New Feature Request for Standard Templates :https://community.smartbear.com/t5/TestComplete-Feature-Requests/NameMapping-Standard-Templates-by-SmartBear/idi-p/243124 NameMapping Standard Templates by SmartBear TestComplete has an excellent Object Recognition Engine for Desktop, Mobile, Web for multiple technologies. During Recording or creating Namemapping object identification happen on certain pattern which is not suitable for all Eg: WebApplication 1 : SalesForce and WebApplication 2 : MS Dynamics application. If we have SmartBear suggested Templates based on Application like SalesForce, Generic Web Application, Angular with PrimeNG/Telerik etc., It would be a great support for the users. The Templates are supported for Native Object Identification, It can be provided for Xpath/CSS Feature Suggestion: During Creation of a Project, Selecting Application Type can add relevant NameMapping Template to the Project will be a great Feature. In addition to that the length of text in AutoNameMapping can have a limit of 10 to 20 characters will be better too. How to find the location of the namemapping template ? If we had existing NameMapping templates stored in the machine in multiple locations, TestComplete reads all the templates. Is there an option to disable this feature ? Also, Is there a better way to find the templates instead of searching *.acnfg in the system ? Re: How to configure gitlab pipeline for ReadyAPI from TestRunner mattbSarahS - Hope you can support on this. Re: How to configure gitlab pipeline for ReadyAPI from TestRunner Yesjoejoyce- We have ReadyAPI license access in the environment as its a Floating license. Also, We are trying to trigger in local machine for now. Please share a sample GitLab YML file for ReadyAPI Test. Re: How to configure gitlab pipeline for ReadyAPI from TestRunner Can you please share a Sample ".gitlab-ci.yml" for ReadyAPI?