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

click event is not performing

4 Answers 73 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arbind
Top achievements
Rank 1
Arbind asked on 07 May 2014, 06:47 AM
1.in my application i have a check box for selecting row data.after selecting i have a button for submiting the those data.than that row will no longer there in page.i want while i run the test than it should click the next row and submit it
so recorded all the step .and run .i got error in while it select the next row.than i change xml path like row and column no change.than again run .it got pass .its selecting the next row check box.but its not clicking submit button.so aftere run the test my data is still there in that page .it should go from that page.but i think submit button is not performing ....but all step got pass.how i will solve this issue 

4 Answers, 1 is accepted

Sort by
0
Arbind
Top achievements
Rank 1
answered on 07 May 2014, 08:51 AM
ActiveBrowser.Window.SetFocus();
Pages.AcceptedLeads.Button0.ScrollToVisible(ArtOfTest.WebAii.Core.ScrollToVisibleType.ElementTopAtWindowTop);
Pages.AcceptedLeads.Button0.MouseClick();
0
Ivaylo
Telerik team
answered on 10 May 2014, 06:39 AM
Hello Arbind,

Please excuse me for the delayed reply.
I will need you to provide me with the test and the exception from the failure log you are getting in order to investigate this further. 
Please note that this is a public forum and you may not want to disclose sensitive data. In order to overcome this please go ahead and submit a ticket where all the information remains private.

Looking forward to hearing from you.

Regards,
Ivaylo
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
0
Sam
Top achievements
Rank 1
answered on 29 May 2014, 01:42 PM
(If you are testing WEB work)
Have you checked on where in the DOM it is calling?

I had a situation where I was calling from the <ID> and it was a ever changing number...so in the HTML I found the <name> and selected that and the name <name_c> and that found the correct selection.
0
Ivaylo
Telerik team
answered on 03 Jun 2014, 10:45 AM
Hello Arbind,

It looks like you have solved the problem you are experiencing by changing the find logic of the element to use name instead of ID is that what you are saying? Is the problem solved on your end? I am not quite able to understand from your response.
If you are still experiencing this issue, like I already requested please provide me with more details and reliable repro so I can investigate further.

Thank you for your cooperation.

Regards,
Ivaylo
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Arbind
Top achievements
Rank 1
Answers by
Arbind
Top achievements
Rank 1
Ivaylo
Telerik team
Sam
Top achievements
Rank 1
Share this question
or