Skip to content

Just a basic of Selenium and TestNG, I have tried to verify the two test cases and it is successfully verified.

Notifications You must be signed in to change notification settings

purendraagrawal/LearningTestNG--Advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

LearningTestNG--Advanced

Steps of the Test Cases :

  1. Go to http://demosite.center/wordpress/wp-login.php
  2. Enter "admin" in the "Username" field
  3. Enter "demo123" in the "Password" field
  4. Click on the "Log In" button
  5. Verify that the text "Howdy, admin" is present -- Test Case 1
  6. Click on the "Posts" link
  7. Click on the "Add New" button
  8. Type "Selenium and TestNG Demo program tester28" in the title field
  9. Click on the "Publish" button
  10. Verify that the text "Post published" is present -- Test Case 2

About

Just a basic of Selenium and TestNG, I have tried to verify the two test cases and it is successfully verified.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published