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

Recording not happening for the link inside div tag

4 Answers 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kanwaljeet
Top achievements
Rank 1
Kanwaljeet asked on 17 Feb 2011, 04:14 AM
HI I am trying to record clicking a Link which is inside div tag. But no event is getting recorded if i click on that link keeping recorder ON.

code 
<div class="noFlashLinkBox">
<div class="noFlashBox" style="width: 130px;"> <!-- 154 -->
<h1>Welcome</h1>
<ul>
<li><a href="/welcome/about-you/en/index.html">About You</a></li>
<li><a href="/welcome/about-us/en/index.html">About Us</a></li>
<li><a href="/welcome/press-releases/en/index.html">Press Releases</a></li>
<li><a href="/welcome/take-a-tour/en/index.html">Take A Tour</a></li>
<li><a href="/welcome/investor-relations/en/index.html">Investor Relations</a></li>
<li><a href="/careers/index.html">Careers</a></li>
<li><a href="/welcome/making-a-difference/en/index.html">Making A Difference</a></li>

</ul>
</div>

I want to click each link one by one.

Also do we have any kind of validation mechanism which can verify that after navigation all the content in the page is correct?

Regards
Kanwaljeet

4 Answers, 1 is accepted

Sort by
0
Stoich
Telerik team
answered on 17 Feb 2011, 01:14 PM
Hello Kanwaljeet,
    Thank you for choosing to evaluate WebUI Test Studio!

Check out the section on Verification in your QA Edition guide for the info you need:
http://www.telerik.com/documents/automated-testing-tools/WebUITestStudioQAEditionStepByStep.pdf

Are you able to reproduce the problem you're describing reliably? I used the HTML code you've provided to create a page. However, I was able to record my clicks without a problem. Would it be possible for you to provide your original page and/or a video demonstrating the problem?

Hope to hear from you soon!

Best wishes,
Stoich
the Telerik team
0
Kanwaljeet
Top achievements
Rank 1
answered on 18 Feb 2011, 03:01 AM
Example site is http://www.privatebank.standardchartered.com/

I want this to be tested in two scenarios. Browser IE
1. With flash
2. Without flash (disable the )

With flash
I am unable to record anything

WIthout flash (switch off shockware flash from the addon section)
If you open this site keeping flash off, you will go to non flash site automatically. 
On home page, under Welcome section there are multiple links i.e About us, About you, Press Release et al.
No events gets recorded on clicking any of  these links. 

Please see if you can help me with both scenarios.

regards
Kanwaljeet

0
Cody
Telerik team
answered on 18 Feb 2011, 04:27 PM
Hello Kanwaljeet,

Thank you for pointing us to your website where we can repro and study the problem. WebUI Test Studio currently does not support Flash. Thus not recording when Flash is enabled is expected. However we should be able to record your menu clicks when Flash has been disabled. I have logged bug 108392 to track this and granted you 500 Telerik Points for reporting this recording problem to us.

This is a work around, but I will admit it's very tedious and cumbersome. If you open the DOM Explorer and manually navigate to the desired element you can right click on the element (such as the <a> element for "About You"), open the Element Menu then record a Mouse Click for that element, the test will work. I admit this is an absolute last resort, but can be done.

Regards,
Cody
the Telerik team
0
Konstantin Petkov
Telerik team
answered on 02 Mar 2011, 04:08 PM
Hi Kanwaljeet,

This is to inform you we have developed a fix for the recording problem you reported in this ticket. The fix is included in the latest internal build we've just uploaded on the web site. The build is labeled 2010.3.1502 and you can get it from the Downloads/ Latest Internal Build page or directly from this link.

Please let us know if you need further assistance and keep the feedback coming!

Best wishes,
Konstantin Petkov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Kanwaljeet
Top achievements
Rank 1
Answers by
Stoich
Telerik team
Kanwaljeet
Top achievements
Rank 1
Cody
Telerik team
Konstantin Petkov
Telerik team
Share this question
or