Project.xml is not updated with the latest changes when test case is changed and saved using Ctrl+s
Scenario 1: (Working as expected)
1. Create a project in Ready API Pro
2. Save the project in local folder (it gets saved as a project.xml file)
3. Add test cases in the project and then save using ctrl + s
- The project gets saved and the project.xml file gets updated (this is working correctly)
Scenario 2: (Not working)
1. Add or push the project to a repository (I have checked in the code in git repository)
2. Now a local repository is created with all the folders
3. Project.xml is already present
4. Now after updating the test cases in SOAP and saving
- Project.xml is not getting updated.
I want this project.xml file to get saved.
Can anyone please help me on this, it is quite urgent.
Hi rbgupta13,
I see a situation like this. Once you added your ReadyAPI project to Azure and run it, the ReadyAPI project was converted to the composite one. Using a composite project is a requirement when you add a project to Git, Azure and other systems like this.
So, after this, ReadyAPI stopped working with the Project.xml file. Now, it works with a folder where it keeps all the information about the project. In Azure, you will need to change the command line to start running the project folder instead of project.xml. Please refer to the following topic to find examples:
https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html