Odin Technology - Automated Software Testing

Axe Test Automation Platform

General discussion relating to the Axe Test Automation Platform from Odin Technology

Posts by Odin employees marked:

Insert Hyperlink of Screenshots & HTML files in AXE Test Results

I need to attach specific HTML reports & screenshots captured as part of automation testing to the AXE TEST RESULTS (index.html). In a subtest step result, wanted to attach the files accordingly(have a hyperlink), so that user can refer them while looking at the axe test results.

Using any AXE methods, can we achieve this? Please let me know if you need any further details on the requirement.
Sekhar Babu Send private email
Monday, September 23, 2013
 
 
Hi,

You can achieve this by using the .StepInfo method of the AxeMainAPI, you will be able find more information on this method in the Axe documentation that is included with the product.

Alex
Alex Tracey Send private email
Tuesday, September 24, 2013
 
 
With the StepInfo method, i can insert a string.
I wanted to insert an hyperlink which directs to an HTML files located in a folder.
Can this be achieved with the same method?
Sekhar Babu Send private email
Wednesday, September 25, 2013
 
 
It is possible. Create an action map with below statements

data="<a href=""https://www.google.com"" target=""_blank"">google</a>"
AxeMainAPI.StepInfo("DataValue=" & data)
lchaganti Send private email
Monday, September 30, 2013
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics