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

Work with several browser's tabs

2 Answers 189 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Svetlana
Top achievements
Rank 1
Svetlana asked on 01 Jun 2010, 01:03 PM
Hi,

During the test I need to work with 2 browser's tabs:
- perform some actions in one tab
- open another URL in another tab and perform some actions
- go back to first tab and get results of previous actions

But when I'm opening second tab and going to another URL the URL in first tab is changed too (I get second URL in both tabs).

Is it possible to record the test using several browser tabs with dufferent URLs?

2 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 01 Jun 2010, 04:45 PM
Hi Svetlana Sazonova,

No I'm sorry but multi-tabs is not currently supported. I'll log a feature request for this.

The scenario you describe will require implementing in a code behind method. You would have to do all the work interacting with the second browser window in the code behind method, starting with launching a second browser window. You can keep all the work/test steps that interact with the first browser as standard test steps.

If you need some assistance with how to implement such a code behind method that works with a second browser window let me know and I'll come up with an example for you.

Regards,
Cody
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Svetlana
Top achievements
Rank 1
answered on 02 Jun 2010, 09:34 AM
Thank you Cody

I've added the code behind method :)
Tags
General Discussions
Asked by
Svetlana
Top achievements
Rank 1
Answers by
Cody
Telerik team
Svetlana
Top achievements
Rank 1
Share this question
or