mgreen
6 years agoContributor
Calling Group of tests, or test items in Script Mode.
I have in my Test Items Page a series of folders each containing Test Items. I.e Login Procedure folder, Navigation Folder, Functional Tests folder etc etc.
Am I able to start a group of tests, or test items in Script Mode? I see in the documentation you can call Keyword Tests and such, but I am looking to "Run" the tests of a specific folder from a function in one of my scripts that is attatched to a user form button.
//*** Here is my function to spin up the User Form
function start(){
UserForms.UserForm1.ShowModal();
}
//*** User clicks on the button, and I want it to run a Group of Tests Items
function UserForm1_cxButton1_OnClick(Sender){
}
Any guidence here?
Thanks