ContributionsMost RecentMost LikesSolutionsDatasource test step - path not retained after updating from github repository Have a Datasource test step using Excel data sheet and checkin to GitHub. When I update from repo the path to the Excel data sheet is no longer recognized. I have to manually browse to the Excel sheet Location of Excel sheet: C:\ArthrexWebServicesSQA\DotNet\DotNet_Soap_Reports_BP\DataSheets when the project is saved and uploaded to GitHub it is stored as: C:/ArthrexWebServicesSQA/DotNet\DotNet_Soap_Reports_BP/DataSheets All this was working until just recently... so not sure what has changed. Happening on many machines. thanks Can not get GitHub working with SSH authentication - not sure what the inputs should be Can not get ReadyAPI to connect to GitHub repository using SSH This is what I have done 1. Created GitHub repository and ida_rsh key 2. Created a composite project in ReadyAPI 3. Select Share and Share project - enter the following Select SSH authentication Project name: username/project_name -- not sure if this is right ... even tried https://github/username/projectname.git Username: Path to the tokn file (tried both with and without the .pub) at end When I select commit - get error displayed. Failed to commit local changes. See logfiles for details Not sure what the inputs should be Have tried differnt combinations a. URL - is this the https://www.github.com/username/Repository_name - does it include .git at end? https://github.com/username/Debbie_Test_SSH2 b. SSH key path C:\Users\username\.ssh\id_rsa -- should it include .pub at end? I AM able to check in directory changes outside of ReadyAPI Using ReadyAPI 2.4 and GitHub plug-in 1.3 Re: Need to remove leading zeros from Property before used as input to service Another approach which worked for the field input ${=context.expand('${InternalOrderNumber Property Transfer#InternalOrderNumber}') as int} Need to remove leading zeros from Property before used as input to service Testing a CreateOrder SOAP service which returns an order number with leading zeros e.g. 0000133456 This is input to GetOrder service which does not take leading zeros. Using Property/Property transfer step to read property into the GetOrder service but need to remove the leading zeros from the property What is the best way to do this? a. Is there a way to remove leading zeros in Property Transfer step b. Can I remove leading zeros in the field input of GetOrder SOAP service? Call in GetOrder Service looks like this ${InternalOrderNumber Property Transfer#InternalOrderNumber}