This is a migrated thread and some comments may be shown as answers.

TriggerjQueryEvent in Test Studio Express

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Thomas
Top achievements
Rank 1
Thomas asked on 15 Feb 2013, 11:03 AM
Hello,

I was wondering if the TriggerJQueryEvent Test Step property has been implemented in the TestStudio Express plugin for Visual Studio? I am trying to trigger the Jquery change event for a Checkbox on the page. At the moment I can make it work using a coded step that does this:

Pages.ProjectName.CheckBox.AsjQueryControl().InvokejQueryEvent(ArtOfTest.WebAii.jQuery.jQueryControl.jQueryControlEvents.change);

But it would be nicer to have the TriggerJQueryEvent property on a regular test step.

Cheers,

Thomas.

1 Answer, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 15 Feb 2013, 12:49 PM
Hi Thomas,

This property is implemented in Test Studio plugin for Visual Studio (see the attached screen shot), however it is only for drop down and list box because it's pretty common. For all another controls you should do it in a code, as you did.

The good news is that there is already logged a feature request on this, which you can follow in our Feedback Portal.

We appreciate your feedback, which we rely on to improve our product. 
 

Greetings,
Boyan Boev
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Thomas
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Share this question
or