• About TestNG

    TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.TestNG is designed to cover all categories of tests: Unit, functional, end-to-end, integration, etc., and it requires JDK 5 or higher

    Read More
  • About Selenium

    Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

    Read More
  • About TestNG

    TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.TestNG is designed to cover all categories of tests: Unit, functional, end-to-end, integration, etc., and it requires JDK 5 or higher

    Read More
  • About Selenium

    Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

    Read More

Thursday, November 13, 2014

Mobile Automation Testing using Selenium Webdriver

Mobile Automation Testing using Selenium Webdriver Nowadays, compatibility testing is in great demand as it gives us the confidence to say whether the application is usable across multiple platforms. One of the most used platforms available in today’s world is Mobile. So the question here is whether the application is usable across different Mobile platforms? There are n number of Mobile devices available with x resolution having y operating...

Monday, August 25, 2014

Selenium integration with maven

We use Maven on the vast majority of our projects and we often use Jetty as a web container in plain Java web projects (i.e. those that don’t require a full JEE container). Often the deployment environment is not Jetty (it might be Oracle AS or WebLogic for example) but Jetty is so well integrated with Maven that the costs of not developing on the deployment platform are outweighed by the ease-of-development benefits. Selenium is a common...

Thursday, August 21, 2014

Integrating Selenium Tests into HP Quality Center/ALM as TestCases

Integrating Selenium Tests into HP Quality Center/ALM as TestCases By embedding the Selenium Test Suite directly in HP Quality Center as a TestCase you get: A repository for your testing asset Traceability from TestCases  Full control of testdata Execution history Version control for your Selenium TestSuites and TestCases Accellerated defect creation Full use of the Selenium featureset This release of the SELENIUM_TEST only supports JAVA...

Selenium Integration with Jenkins

Operate PushToTest TestMaker tests from Continuous Integration environments. PushToTest checks TestMaker compatibility with Hudson and Bamboo.  Product Version Details Setup Build to run tests in Hudson (Windows - localhost) Setup Build to run tests in Hudson (Linux - localhost) Setup Build to run tests in Bamboo (Windows - localhost) Setup Build to run tests in Bamboo (Linux - localhost) Setup Build to run tests in Bamboo (Atlassian/JIRA...