ContributionsMost RecentMost LikesSolutionsRe: How to set the play back auto-wait timeout programatically in the script? Thanks Robert Re: How to set the play back auto-wait timeout programatically in the script? This worked Options.Run.Delay = 50000 How to set the play back auto-wait timeout programatically in the script? The current playback options auto-wait time out is set to 10 sec = 10000ms. I would like to change it grammatically in the script code . how can I access the properties and manipulate? tried Options.run.Delay >> does not seem to support anymore. Any help? Many Thanks SolvedRe: How to add Parameters in the test items? Thanks Robert this helps. How to add Parameters in the test items? Hi , I am trying to add Parameters in the testitems of the project in Test Items of the Project page. Its not allowing me even though I have a varible set in Varibles? How do you add Parameters here? The help says click on ellipsis to get the dialog box. But I cannot find the ellipsis using TC 11.31.2420.7... IS this a bug ? or am I missing anything? Many Thanks SolvedRe: How to schedule Organised tests ? Thanks baxatob Re: How to schedule Organised tests ? Sorry Just realised and verified that running the project runs the organised tests for that project :) How to schedule Organised tests ? Hi All, I can see how to to schedule the tests in a project. https://support.smartbear.com/viewarticle/84167/ Now - I have a group of tests which are organised (View> Organise tyests) under several folders (groups/sub-groups). How can I schedule a run for the same? What will be the parametes that I may need to set in the Task scheduler? Any help is appreciated. Many Thanks SolvedRe: Organise Tests from different projects under a single group Thanks Marsha_R. In my case the quick fix seems to change the file names :) Re: Organise Tests from different projects under a single group Thanks Marsha_R. In my case there are only 2 methods that needs to be run and has around 4-5 supporting libraries to run. The whole frame work is duplicated for different work streams as (cloned project under same project suite) I have multiple projects under the same suite now with same naming convention. with different datasheet's and some specific code changes in couple of files of each project. Now I am trying to organise all the tests (each project has 2 tests) under group and sub groups .. for the whole suite. What will be the best option ? apart from changing the name of the filename/sub? Many Thanks