Selenium HP Web Test Tool Training

Slides:



Advertisements
Similar presentations
Publication Module using back end interface. Institution Data Entry Add Documents. Edit/Delete Documents that are added but not yet sent to Institution.
Advertisements

Use of this software acknowledges the acceptance of the Terms of Service licensed to Ma Foi Consulting Solutions Ltd. All rights reserved.Terms of Service.
Software Architecture company logo Company Address and Web Address.
REGISTER FOR CLASSES. USING THE STUDENT INFORMATION SYSTEM (SIS)
BLC Training for Instructors Presented By: Banner Health Learning & Development Team.
HOW TO ACCESS THE ONLINE TEXTBOOK
Montgomery Parks, M-NCPPC Volunteer Services Office  Log Your Hours Online  View & Edit Your Volunteer Profile Hi and thanks for volunteering with Montgomery.
TIMS LOGIN AND APPLICATION INFORMATION Spring
Open a web browser and Go to “ Click on “Parents-Students-Community” tab. Select “Skyward Parent Access”.
WaveMaker Visual AJAX Studio 4.0 Training Authentication.
Go to the website and highlight the address. Once highlighted, right click the highlight once, and select copy.
Step 1: Enter your “21 Character Employee Id” Step 2: Enter Personal Password & Click SUBMIT NOTE : (First use password is “21 Character Employee Id”
1 Online Textbook Adooptions
The business of life Registering a Programme. Registration Process Use the paper form to capture data Visit or
Getting Started with BDI-2™ Mobile Data Solution for Windows®
Session Objectives • Login to PeopleSoft Test Framework(PTF)
 Home See all your “Calls”, “Meetings”, and “Leads” for the day.  Leads Your leads will come from the lead source and get entered in as a new opportunity.
) Main Menu: You can access all aspects of the database from this screen 2) Contacts: You can access the “contact database management” side of.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Test Automation For Web-Based Applications Portnov Computer School 1 Selenium HP Web Test Tool Training.
Page 1 of 17 To the ETS – Password Reset Online Training Course Clients have the ability to automatically update passwords at any time through the automated.
PaymentNet: Approvers Procurement Services Laurie Krauel.
HIGHLY QUALIFIED REPORT TUTORIAL - PRINCIPALS 1.You must have an active principal role (vice, interim, etc.) at a school to be able to access the application.
Test Automation For Web-Based Applications Portnov Computer School.
SNG via Webinar. Where’s Webinar??  Double click Aflac 2000 folder  Highlight “SNGWebCommunicator”  Right Click and “Send To - Desktop”
USING WORLD eBOOKS APP ON AN iPAD. STEP 1: Download the free World eBook app from the Apple App Store.
ImageTrend Corrections PREA Incident Tracking & Management System
How to set up a My Bookshelf account. In your web browser go to: Enter your school or library’s login.
Login Screen Step 1: Please Enter 21 digit Head of office Login Id and Password Step 2: Click Submit Button.
Applicant Profile® G.A.T.E.® Test Administration Training UPS MAPP.
Digital Account Verification Services Through Encompass
Journal of Mountain Science (JMS)
Selenium HP Web Test Tool Training
P-Card Cardholder Training
An authorized user can make payments on your account by logging on with their own username and password. Click on the Authorized Users tab to add an authorized.
Test Information Distribution Engine (TIDE)
Selenium HP Web Test Tool Training
CA_USD Help Desk Level 1 Training
Software Quality Assurance
Online Testing System Assessment Viewing Application (AVA)
To the ETS – Password Reset Online Training Course
Managing Student Test Settings
New Mexico Emergency Operations Center (NMEOC) Basic ETeam Training
Adding and editing students and student test settings
BASICS OF ELECTRONIC TIMEKEEPING
Adding and editing users
On Guard Safety Training Student Tutorial
On Guard Safety Training Student Tutorial
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
Update Budget Steps Screenshots Purpose:
Adding and Editing Users
Test Automation For Web-Based Applications
Online Testing System Assessment Viewing Application (AVA)
Online Testing System Assessment Viewing Application (AVA)
ClubRunner Tutorial Rotary District 5050.
How to Submit your Booking Requests?
To the ETS – Password Reset Online Training Course
Updating/creating four year plans
Visit My.QuestForHealth.com
Awareness Training… V 1.1.
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
SUPPLIER LOGIN PAGE ENTER THE USER NAME ENTER THE PASSWORD
Test Automation For Web-Based Applications
1500 Minute Summer Reading Challenge
Agent Login Process from new portal Use the URLhttps://www. irctc. co
Module 1.3 Introduction to the HFR Administration Module
Presentation transcript:

Selenium HP Web Test Tool Training Portnov Computer School Selenium HP Web Test Tool Training Test Automation For Web-Based Applications Presenter: Ellie Skobel

Day 1 Practice Test Cases

Test Case #A: Valid Login Steps: Go to: http://hrm.seleniumminutes.com Enter the username: admin Enter the password: Password Click the ‘LOGIN’ button Once logged in TEST that you are logged in Verifying the page header: Dashboard Verify the welcome message: Welcome admin

Test Case #B: Invalid Password Login Steps: Go to: http://hrm.seleniumminutes.com Enter the username: admin Enter the password: password Click the ‘LOGIN’ button TEST that you are NOT logged in Verifying the form name: LOGIN Panel Verify the warning message: Invalid credentials

Test Case #B: Invalid Empty Password Login Steps: Go to: http://hrm.seleniumminutes.com Enter the username: admin Do not enter the password Click the ‘LOGIN’ button TEST that you are NOT logged in Verifying the form name: LOGIN Panel Verify the warning message: Password cannot be empty

Test Case #1: Job Title Search Steps: Login: username: admin password: Password Click the PIM menu Search by Job Title for “QA Manager” Verify that the search returns “QA Manager” and does not return QA Engineer or Software Development Manager. Play back the test and debug until all commands pass (green color)

Test Case #2: Nickname Steps: Login: username: admin password: Password Click PIM Click Add button (green button) Provide First and Last name for the new employee Click Save button On the Personal Details page click the Edit button Verify Middle Name field is editable Enter a new Middle Name and click Save button Verify the fields are NOT editable Logout and Stop recording Play back the test and debug until all commands pass (green color)

Test Case #3: Store Value Search Steps: Login: username: admin password: password Go to PIM Click the ‘Add’ button Provide First and Last name for the new employee Store the automatically generated employee code Type in a random 8 digit employee code (example: 06845234) Click Save button Perform a search by Employee ID for the new employee using the stored employee code (example: 06845234) Check that the search returned the correct First and Last name. Stop recording Play back the test and debug until all commands pass (green color)