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

tab content

1 Answer 37 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.
Swati
Top achievements
Rank 1
Swati asked on 07 May 2013, 10:38 AM
Hi,
in my application we r using many tab in one page.if i want to know the tab content then which code is more suitable.right now i m using 

tabname=T;
Mypage.GetactiveTab.shouldEqual(tabname);
or
Mypage.GetactiveTab.contain(tabname).ShoulbeTrue;

But by using this code i m not able to get tab content.
if possible then help in this.

thanks

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 10 May 2013, 10:11 AM
Hi Swati,

What type of application are you testing? Is it a Silverlight application or an HTML? Looking the code you provided, the methods you're currently using are not from Telerik Testing Framework. In order to better understand your scenario and help you writing the code could you please provide a copy of your test and access to your application? If direct access to your application is not possible you can point us to a sample public app which contains similar Tab controls. Alternatively you can take a Fiddler trace using FiddlerCap and send it to us in a zip file. Basically with that trace I'll try to "simulate" your app in order to reproduce the issue. Thanks for providing the info we need to best assist you.

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