Connected Application
Hi,
I am using Script Extension, but the IDE bug/run slows down alot after so many debugging mode. I would like to user VS IDE but from what I have read it does not seem to be very flexible in re-usability.
The reason I am using Scrip Extension is to create Keyword Operation, which allows anyone with access to TC to create their own test cases. I would create the extension that would basically 'describe' an object's function and from that point , anyone can drag/drop the item into a keyword test and create their own test case:
An example:
I would create a UserForm with a dropdown to include: Button Names
The extension will then call this form when the user want to 'click a tool button' and drag the operation into their keyword test.
It would popup and display what button they would clike.
The background code will call the function passing the button name, and using .FindChild(), it will locate and click it.
The user does not need to know the background code, they just need to know: I drag this operation, select a button i want to click on and move to the next step.
What I want to know: is it possible to do something like this in a Connected Application environment which allows me to use VS IDE.
Thanks