Sample how to check web application?

Asked by Mahesh Patil

Hello,

How I can test web application in Google chrome?
Can you provide me a sample how we can test web application?

Question information

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

--- How I can test web application in Google chrome?
Python or Java?
Already a testing environment in use?

--- Can you provide me a sample how we can test web application?
Have a look at the docs, this Q&A board, the faqs and the net using google. You will find tons of sample code.

Come back, if you have some specific questions or problems, that have not been asked already.

Revision history for this message
Mahesh Patil (maheshpatil-blr) said :
#2

Java ... I was using Selenium before.
Somebody recommended to use sekuli to use as it's easy.

Anyway if you can give me a link for sample code to test web application using sikuli will be helpful?
I will try searching in doc, FAQs though .

Revision history for this message
Best RaiMan (raimund-hocke) said :
#3

--- Java ... I was using Selenium before.
Selenium and Sikuli can be combined very well using Java.
Since Sikuli does not know about the GUI elements and Selenium does not know anything about their visual (pixel wise) representation on the screen, some testing scenarios can be solved very elegantly.

--- I will try searching in doc
When using Java, this will only help to generally understand how Sikuli works and to understand a specific Sikuli feature.
Since the both API's (Python and Java) have some differences, you have to check the Java API signatures at http://sikuli.org/doc/java-x/

A short starter for using Sikuli with Java: http://sikuli.org/docx/faq/030-java-dev.html

--- can give me a link for sample code
This is not possible for me. May be someone else might do (though low probability :-(

You might get some hints by searching this Q&A's using the word "selenium".
Google might reveal the one and other sample by searching with the search term <"selenium" "sikuli" "java"> (exactly the text within the brackets).

Revision history for this message
Mahesh Patil (maheshpatil-blr) said :
#4

Thanks RaiMan, that solved my question.