CrossBrowser Testing :To verify the logos and images in all browsers

Asked by SunilKumar

Hi Sir/Madam,

Is it possible to validate the set of images on website for different browsers by Sikuli IDE. Can you please explain the sample code which will be achieved by Region class?

Input files:
The valid set of images in zip folder which will be branding by developer on Applicant tracking system.

Validation :All the logos and related links embedded correctly on webpage or not for different browsers.

Please advise on this with the sample code snippet by using SIkuli IDE

Your help would be really appreciated.

Thanks and Regards,
Sunil Kumar VV

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

the preparations:
- implement def's to open a specific browser and go to the webpage
- make a folder that contains the unzipped stuff (if needed browser specific)

the script:
- open a browser
- setBundlePath() to the correct folder
- check for existence of the images as needed

this is what you can do with Sikuli.

To check, wether the link behind an image is correct, cannot be done easily with Sikuli.
But you could combine Sikuli and Selenium (Google is your friend)

--- Please advise on this with the sample code snippet by using SIkuli IDE
this is your job.
... and depending on your programming/scripting skills this might be too complex for Sikuli IDE:
- use a Jython aware IDE (Eclipse, NetBeans, ...)
- ... or make it with Java

Can you help with this problem?

Provide an answer of your own, or ask SunilKumar for more information if necessary.

To post a message you must log in.