Page 1 of 1

How to create a smart folder in c # code ?

Posted: Wed Nov 03, 2021 10:41 am
by Cyril
Hello

I would like to create smart folders or case tests by writing C # code.
Without using the usual creation buttons.
is it possible ?

Thank you

Bye

Re: How to create a smart folder in c # code ?

Posted: Fri Nov 05, 2021 4:55 pm
by Jacob
Hi Cyril,

Welcome to the forum! This may be possible. I would double check the API documentation to confirm, though. I've never done this myself via code before. But maybe someone else in the forum has. I'd wait to see if anyone else has any experience that may be able to offer pointers.

--Jacob

Re: How to create a smart folder in c # code ?

Posted: Tue Dec 28, 2021 9:00 am
by Cyril
Hello
Thank you for your reply, I am looking at the API on my side.
Please keep me posted if you see any additional info
Have a good day

Re: How to create a smart folder in c # code ?

Posted: Tue Dec 28, 2021 9:13 am
by odklizec
Hi,

If I'm not mistaken, this has been discussed before. And I'm quite sure that there is no public API for this. What's the use case? I mean do you really think it would be easier and faster (not to mention bug-proof) to code the test structure, instead of creating it in Studio? I really doubt that ;)