We want to work with BDD in our project, we have already a valid leanft licence but I waw wondering if we can automate web service tests using leanft and cucumber?
If not, can you please suggest some testing tools compatible with cucumber and capable of doing web service automation testing?
Thank you.
Related
I need to test canvas graphics with Selenium. Does anyone have any advice, resource to facilitate the development of the tests? Is it technically possible to test canvas with selenium?
No its not possible with selenium:
if look the selenium intro doc https://www.seleniumhq.org/docs/01_introducing_selenium.jsp:
Test Automation for Web Applications
Many, perhaps most, software applications today are written as web-based applications to be run in an Internet browser. The effectiveness of testing these applications varies widely among companies and organizations. In an era of highly interactive and responsive software processes where many organizations are using some form of Agile methodology, test automation is frequently becoming a requirement for software projects. Test automation is often the answer. Test automation means using a software tool to run repeatable tests against the application to be tested. For regression testing this provides that responsiveness.
I'm looking for a non-regression test automation tool :
For web applications using ADF technology.
It also needs to be integrated with JIRA.
These are my two imperatives.
Of course, I found Selenium which is the unavoidable tool.
However, my manager would like me to submit several tools that I would have audited. Do you have some tracks or experiences that I could use in order to submit several tools to him?
thanks in advance
For unit/non regression testing you can use :
JUnit as it is integrated with Jdevelloper
(see http://www.oracle.com/technetwork/articles/adf/part5-083468.html)
JUnit is integrated with Jira (see https://developer.atlassian.com/docs/getting-started/writing-and-running-plugin-tests/create-and-run-unit-tests)
You might want to look at Oracle Developer Cloud Service as a platform that combines issue tracking and DevOps+test automation with specific support for ADF built-in:
https://blogs.oracle.com/shay/entry/agile_development_with_oracle_developer
Selenium - there is an ADF extension to it:
https://github.com/adfemg/adf-selenium
I'm newbie in QA (testing)
I want to understand basic category or area of web test.
About this, I found a web site.
http://www.softwareqatest.com/qatweb1.html
=============================================
Organization of Web Test Tools Listing - this tools listing has been loosely organized into the following categories:
Load and Performance Test Tools
Page Speed Testing Tools
Mobile Web/App Testing Tools
Link Checkers
HTML Validators
Web Accessibility Testing Tools
Web Services Test Tools
Cross-Browser Testing Tools/Services
Web Functional/Regression Test Tools
Web Site Security Test Tools
External Site Monitoring Services
Web Site Management Tools
Log Analysis Tools
I might think these are web site test area but it is not MECE.
Please give me more advice.
These tools are sufficient to test all areas as for MECE you have to write test cases and check. These are depends on functionality not on Tools.
With add on this:
There are different websites which provide mobiles online to test application some are free and some have premium accounts
pCloudy
bitbar
Experitest etc..
For automation you have to use tools like:
Appium for Android and IOS
Robotium for Android
MonkeyTalk
Selendroid for Android
If I am that stupid to ask this question, please excuse me.
Anyway, I have searched and found out some notes about the tool which I have given below.
SoapUI is a complete and automated testing solution. In a single test
environment, it provides industry-leading technologies and standards
support, from SOAP- and REST-based Web services, to JMS enterprise
messaging layers, databases, Rich Internet Applications, and much
more.
From the above content, whether we can assume that it will be well-suited for web-based automation testing perfectly? It would be good if you could share some relevant info on the same.
Thanks :)-
I would question as to why you want to use soapUI for web UI testing? For web UI testing i would recommend using some other tool like selenium.
As clarified in my comment below, it would seem that you can make soapUI and Selenium work together. See http://learnsoapui.wordpress.com/2012/09/27/selenium-soapui-can-they-work-together/ for details.
QTP seems robust and integrated withother systems.Funcunit/Selenium seem easier/quicker to setup and run for developers. Is it either-or, or is each tool betterat differentaspects of programming?
Anyone had experience with using both on a project and how?
The main advantage that QTP has vs Selenium is that QTP supports automation against non-browser-based applications. Selenium only tests web apps hosted in a browser.
Technology-wise, they can coexist, but I am not sure why you would want to. If you are a shop that only has web apps, then you could use either. If you are a shop that also needs to support desktop apps, then you should use QTP (or another vendor tool that supports both, like IBM RFT or MSFT VS2010).
In my opinion, you would never want to use both (i.e. QTP for desktop, Selenium for web), as you then need to support expertise in 2 toolsets.