Work for Quality

Quality Differs Success From Crowd

  • Quality
    • Software Testing
    • Test Scenarios
    • Selenium
      • Introduction
      • Selenium IDE
      • Selenium Configuration
      • Webdriver
      • Selenium RC
        • Selenium RC Specification
        • Selenium RC programmes
  • Software Development
    • SDLC
    • Models of Software Development
  • Current Affairs
  • Health Care
  • Jobs
    • Government Jobs
    • Private Sector Jobs
  • Miscellaneous
  • Quality
    • Software Testing
    • Test Scenarios
    • Selenium
      • Introduction
      • Selenium IDE
      • Selenium Configuration
      • Webdriver
      • Selenium RC
        • Selenium RC Specification
        • Selenium RC programmes
  • Software Development
    • SDLC
    • Models of Software Development
  • Current Affairs
  • Health Care
  • Jobs
    • Government Jobs
    • Private Sector Jobs
  • Miscellaneous
  • selenium webdriver commands
    Quality,  Selenium,  Webdriver

    Selenium Webdriver Commands

    June 4, 2018

    Selenium Webdriver Commands There are many selenium webdriver commands use to automate a project as we have seen in my previous posts of selenium webdriver. Some of the available commands in webdriver are Browser Commands, Interactive Commands, Information Commands, String Comparison Commands, Validation Commands etc. Browser Commands: The browser commands use to open the browser, close the browser and open the website by get the url. get :- It is to open the URL of the web application.     Syntax: driver.get(“url”); quit():- It is to close the browser.     Syntax: driver.quit(); close:- It is to close the child or pop up window. Syntax: driver.close();   Interactive Commands: The interactive commands…

    Read More
    Ravi Singh Jaiswar 31 Comments

    Related Posts

    Locators in Selenium RC and Webdriver

    September 20, 2017
    test summary report

    Test Summary Report

    June 25, 2017
    Software Test Design Template image

    Software Test Design

    June 2, 2017
  • TestNG with XML
    Quality,  Selenium,  Software Testing,  Webdriver

    TestNG with XML

    April 30, 2018

    TestNG with XML Framework TestNG with XML has many advantages in Selenium, as we can do parallel testing and can execute multiple test scripts of multiple classes. By the use of XML with TestNG framework we can do multi browser testing, means we can launch multiple browsers simultaneously like Google Chrome, Mozilla Firefox, Internet Explorer, Safari etc and run same script. Suppose we make test scripts for 600 test cases, but we want to run the test scripts no. 3, 258, 423 and 586 only, then in this type of scenario we will use TestNG.xml file to execute these test scripts. We can run the scripts (test methods) in user…

    Read More
    Ravi Singh Jaiswar 19 Comments

    Related Posts

    Test Case Execution

    Test Case Execution

    June 9, 2017
    Difference between Selenium and QTP

    Difference between Selenium and QTP

    July 18, 2017
    Equivalence Class Partition

    Equivalence Class Partition

    July 3, 2017
  • TestNG Framework in Selenium
    Quality,  Selenium,  Software Testing,  Webdriver

    TestNG Framework in Selenium

    April 9, 2018

    TestNG Framework in Selenium TestNG framework in Selenium is a testing framework and the advanced version of JUnit testing framework. The limitations which are identified in JUnit, all are overcome and also given added advantages. It is an add-on to the eclipse. Also in latest version of eclipse, TestNG has been pre-installed. But if somehow it has not been installed in eclipse then I have described TestNG installation steps in eclipse below. Steps to install TestNG: Go to Eclipse >> click on Help >> Select Install New Software. Click on Add >> give name as TestNG and give the location as ‘http://beust.com/eclipse’ >> click on OK. Check the checkbox at…

    Read More
    Ravi Singh Jaiswar 97 Comments

    Related Posts

    Software Test Design Template image

    Software Test Design

    June 2, 2017

    Locators in Selenium RC and Webdriver

    September 20, 2017
    STLC - Software Testing Life Cycle Part - 1 Software Testing Plan

    STLC – Software Testing Life Cycle

    May 31, 2017
  • Junit Framework in Selenium
    Quality,  Selenium,  Software Testing

    JUnit framework in Selenium

    March 28, 2018

    JUnit framework in Selenium It is a java unit testing framework where we can implement the scripts in java programming language and it can be executed. We can develop the test scripts in junit framework in selenium in the same way as we implement the test cases in manual testing. Junit is used to test the small codes, so that defects can be identified by the developers at the early stage of development process. How to use Webdriver with Junit in eclipse? Take a Junit class by right clicking on the project >> click on New >> select Junit test case. Give the Package Name as Junit Practice and give…

    Read More
    Ravi Singh Jaiswar 38 Comments

    Related Posts

    Test Cases for Media Player in Mobile

    Test Cases for Media Player in Mobile

    March 27, 2017

    Types of Payment

    March 27, 2017
    Equivalence Class Partition

    Equivalence Class Partition

    July 3, 2017
  • Quality,  Selenium,  Software Testing,  Webdriver

    Frameworks in Selenium

    March 20, 2018

    Automation Testing by Selenium is a bit of complex task because of the management and maintenance of the scripts. So therefore we need to use and develop the different types of frameworks in selenium webdriver. The structural way to implement the scripts for the better maintenance is known as frameworks. Maintenance means how we are implementing the automation scripts. It is easy to analyze, update, execute and analyzing the results.   Frameworks in Selenium: There are some frameworks given below: Modular Framework Data Driven Framework Keyword Driven Framework Hybrid Framework   Modular Framework: It is the basic framework and also known as Linear Framework. The application will be divided into…

    Read More
    Ravi Singh Jaiswar 22 Comments

    Related Posts

    Smoke Testing and Pre - SRN Testing

    Smoke Testing & Pre – SRN Testing

    May 9, 2017
    earphone test cases

    Earphone Test cases

    December 8, 2019
    test summary report

    Test Summary Report

    June 25, 2017
  • java basics for selenium
    Quality,  Selenium,  Software Testing

    Java Basics for Selenium

    February 25, 2018

    Software Testing is very essential process of Software development life cycle. Basically there are two types of software testing conducts on any software, first is Manual software testing and second is Automation software testing. Automation testing is useful to accelerate the Testing process and for automation we use various tools like Selenium, Apache Jmeter, Sikuli, QTP, Appium, Selendroid etc. Selenium is a most famous and open source tool to automate the web applications but to use this tool we need to know some java basics for selenium, so that we can implement the automation scripts to execute the test cases. Java Basics for Selenium Java is most famous scripting language…

    Read More
    Ravi Singh Jaiswar 55 Comments

    Related Posts

    Selenium Components

    Selenium Components

    July 25, 2017
    earphone test cases

    Earphone Test cases

    December 8, 2019

    Wearable Fitness Device Fitbit’s Test Scenarios

    April 6, 2017
  • multiple windows handling in selenium webdriver
    Quality,  Selenium,  Software Testing,  Webdriver

    Multiple Windows Handling in Selenium Webdriver

    February 10, 2018

    Multiple Windows Handling in Selenium Webdriver There are many web applications which have pop up windows or child windows or multiple windows. So while Testing if we use Manual Testing then we can do the testing by operating all the windows separately. But if we want to automate this kind of scenario then we need to do multiple windows handling in selenium webdriver. Suppose there is a scenario where we have to manage multiple windows and need to navigate in all the windows for example: Open spicejet.com >> fill mandatory fields >> click on Find flights button >> now click on Currency Converter link which is available on the page…

    Read More
    Ravi Singh Jaiswar 25 Comments

    Related Posts

    browser launch in selenium webdriver

    Browser Launch in Selenium Webdriver

    November 30, 2017
    Bug Reporting Through Bugzilla

    Bug Reporting through BUGZILLA

    June 18, 2017
    Database Testing, Static Testing and Dynamic Testing

    Database Testing, Static and Dynamic Testing

    May 21, 2017
  • script debugging
    Quality,  Selenium,  Software Testing,  Webdriver

    Script Debugging

    January 2, 2018

    Script Debugging The process of executing the script step by step is known as Script Debugging. Why use the debugging? The Process of debugging is to identify the errors in runtime & also we can see the execution flow of the scripts. If any error occurs while executing the Automation Test Script, so to find the error we have to Debug the code by using the steps given below. Selenium Webdriver Script Debugging in Eclipse Steps to Run the scripts in Debug mode Add the break point by double clicking on the specific line number. From the break point onwards the Automation script will be executed Line by Line. Now…

    Read More
    Ravi Singh Jaiswar 51 Comments

    Related Posts

    Database Testing, Static Testing and Dynamic Testing

    Database Testing, Static and Dynamic Testing

    May 21, 2017
    Test Cases for Bluetooth Headset

    Test Cases for Bluetooth headset

    April 3, 2017
    browser launch in selenium webdriver

    Browser Launch in Selenium Webdriver

    November 30, 2017
123

Recent Posts

  • Jan 11, 2021 Search Functionality Test Cases
  • Oct 21, 2020 Mobile Payment User Flow
  • Oct 20, 2020 Login Logout and Forget Password
  • Oct 18, 2020 Common Test Cases for Mobile Apps
  • Jul 26, 2020 Bank of Baroda Business Correspondent Supervisor – Ahmedabad Zone

Categories

  • Current Affairs (18)
  • Government Jobs (5)
  • Introduction (3)
  • Jobs (14)
  • Miscellaneous (13)
  • Models of Software Development (5)
  • Private Sector Jobs (9)
  • Quality (76)
  • SDLC (5)
  • Selenium (22)
  • Selenium Configuration (2)
  • Selenium IDE (2)
  • Selenium RC (3)
  • Selenium RC programmes (1)
  • Selenium RC Specification (1)
  • Software Development (14)
  • Software Testing (50)
  • Test Scenarios (19)
  • Uncategorized (1)
  • Webdriver (10)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Pages

  • About Me
  • Contact
  • Latest
  • Latest
  • My Account
  • Privacy Policy
  • Sample Page
  • Terms of Service
January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Oct    
2020 Work For Quality ©
Savona Theme by Optima Themes