soapui setup script not executed when test case or test step run from java
Hi, When I try to run an individualtest case or a test step in a test suitefrom Java , The set up script for the test suite is not executed ! Any way to run this setup scrip explicitly ? or any other work around except having individual set upscripts for a test case ?4.3KViews0likes8CommentsHow to Set or Get "Test Step" Properties from another Test Case.
Hi. I am pulling my hair out. I have 2 test cases, the 1st one I created a "Properties" test step and I can set and get to that using Groovy within that test case. I also have also created another "Properties" test step in the 2nd Test case and from within that Test Case (in Groovy) I want to Set a value in the 1st ones "Properties" test step, but cannot figure out how to do this. Any help would be appreciated, please. Thanks, Cliff.Solved3.1KViews0likes1CommentExport Test Cases including "Details", "Test Script" and "Execution"
Hello, I am familiar with how to export Test Cases and it works smoothly if you are interested in the Details and the Test Script sections. However, what I have not yet figured out, is how to export the "Execution" section as well. Reason why: we are moving from one JIRA instance to another and due to auditing reasons I need to export all Test Cases (incl. details, test scripts and execution) from the old instance and import these Test Cases to the new JIRA instance. Thank you for your help in advance! Regards, FlorianSolved2.2KViews1like4CommentsThe new method added is not saved on test case on exit
Hi, I have a project for each functionality. For each project I have at least 3 endpoints (dev, test, uat) and different methods (for dev and test for valid or invalid requests). I've cloned the test suit for test to create the uat one and I've added the right method for that (first I've created it using the clone functionality, secondly I've created it from scratch). I saved the project, I saved all the projects and I exit. Next time login the method used by uat test cases is the same with one used on test which means the save wasn't taken in consideration. Any suggestion? It is quite urgent. Thank you!641Views0likes0CommentsAbility to use tab to move within test steps
As a user, I need an easy and accessible way to navigate the screen while creating or editing a test case. Currently, you cannot use tab to move to the next text box when creating or updating a test case. It is also very difficult to click to the next test step without it creating a second step below the step you're working on.Import new Test Steps section (Test Steps, Test Data, and Expected Results) to an existing Test Case
The user should be able to create an Import map and file to load new Test Steps (at least Test Steps, Test Data, and Excepted results) to a pre-existing Test Case in the Test Repository. Maybe by using the Test Case Id as a unique identifier for the Import processing.Ability to reference a test case within another test case
When creating and executing test cases, having the ability to reference a test case within another test case step/detail will save time, effort, and confusion for users. Being able to just reference an existing test case, instead of re-writing it, will increase efficiency as the user creating the test case and the user who are executing the test case (this allows users to either navigate to the reference test case to follow, or skip it because they already have that knowledge/know the steps.