Abdul Khader
Top achievements
Rank 1
Abdul Khader
asked on 27 Dec 2016, 10:19 AM
Hi Team,
How can I retrieve the URL of a hyperlink on a application ? Can this be achieved by Telerik test Studio ? if yes, how ?
Attached the screenshot for reference
Thanks
Abdul
5 Answers, 1 is accepted
0
Hi Abdul,
This can be achieved very easily in Test Studio.
1. Extract the href attribute of the link. See that article which describe the process in details.
2. You can use that extracted variable to bind some other step. You can also access the variable via a coded step:
This will log the href into the log of Test Studio.
Let me know if that helps.
Regards,
Boyan Boev
Telerik by Progress
This can be achieved very easily in Test Studio.
1. Extract the href attribute of the link. See that article which describe the process in details.
2. You can use that extracted variable to bind some other step. You can also access the variable via a coded step:
Log.WriteLine(GetExtractedValue(
"NameOfTheVariable"
).ToString());
This will log the href into the log of Test Studio.
Let me know if that helps.
Regards,
Boyan Boev
Telerik by Progress
0
Abdul Khader
Top achievements
Rank 1
answered on 27 Dec 2016, 12:43 PM
Thanks Boyan, i think this should work !!!
Will try and come back if any Issues
0
Hi Abdul,
Please take your time and let me know if an additional assistance is needed.
Thank you!
Regards,
Boyan Boev
Telerik by Progress
Please take your time and let me know if an additional assistance is needed.
Thank you!
Regards,
Boyan Boev
Telerik by Progress
0
Abdul Khader
Top achievements
Rank 1
answered on 03 Jan 2017, 05:21 PM
Thanks Boyan. This is working
0
Hi Abdul,
I am glad that it works.
Should you have additional questions please do not hesitate to contact us again.
Regards,
Boyan Boev
Telerik by Progress
I am glad that it works.
Should you have additional questions please do not hesitate to contact us again.
Regards,
Boyan Boev
Telerik by Progress