0% found this document useful (0 votes)
14 views8 pages

Login and Validation Tasks Guide

The document outlines a series of web automation tasks involving various websites such as Facebook, Netflix, and Yahoo. It details actions such as logging in, handling popups, managing dropdowns, and validating elements on the pages using different selectors like CSS, XPath, and group index. Additionally, it includes tasks related to file uploads, downloads, and error message validation.

Uploaded by

routashutosh7878
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views8 pages

Login and Validation Tasks Guide

The document outlines a series of web automation tasks involving various websites such as Facebook, Netflix, and Yahoo. It details actions such as logging in, handling popups, managing dropdowns, and validating elements on the pages using different selectors like CSS, XPath, and group index. Additionally, it includes tasks related to file uploads, downloads, and error message validation.

Uploaded by

routashutosh7878
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Was to login to [Link]


[Link]/web/[Link]/auth/login
2. Was to login to [Link]
(username: ccloudproject2025@[Link] , password:
Cloud@2025)
3. Was to click on forgot your password link of OrangeHRM
4. Was to click on forgot your password link of Actitime
5. Was to click on create a page link of
[Link]
6. Was to click on men link of [Link]
7. Was to open [Link] and get the text of
create a page link and validate
8. Was to open
[Link]
auth/login and get the text of forgot your password link and
validate
9. Was to open [Link] and click on signin
button and enter the mobile number

10. Was to open [Link]


enter Sandeep in First name, fetch the value present inside
the webelement and validate, get the length of the value
present in the webelement and get the property value of the
property name ‘name’ and validate.

11. Was to open Facebook, enter qspiders in username and


remove ‘e’ and ‘p’ using both keyboard shortcut as well as
java logic
12. Was to open Facebook, enter qspiders in username and
enter pyspiders in the beginning
13. Was to open Facebook, enter qspiders in username,
give space and then enter jspiders
14. Was to open Facebook, enter qspiders in username in
Uppercase
15. Was to open Facebook, enter qspiders in username in
Lowercase

CSS SELECTOR
16. Was to open [Link] , click on
create new account and enter firstname, surname, mobile
number and new password
17. Was to open [Link]
And enter firstname, lastname, email address and password
18. Was to open [Link] and enter
username and password
19. Was to open [Link] click on
signup link and enter email,
Fullname, username and password
20. Was to open [Link] , enter
username and password

XPATH BY ATTRIBUTE
21. Was to open [Link] , click on
create new account and enter firstname, surname, mobile
number and new password
22. Was to open [Link]
And enter firstname, lastname, email address and password
23. Was to open [Link] and enter
username and password
24. Was to open [Link] click on
signup link and enter email,
Fullname, username and password
25. Was to open [Link] , enter
username and password

XPATH BY TEXT/CONTAINS
26. Was to open [Link] and click on
create a page link
27. Was to open [Link]
and click on actitimeinc link
28. Was to open [Link]
and click on forgot your password link
29. Was to open [Link]
[Link]/web/[Link]/auth/login and click
on forgot your password link
30. Was to open [Link] , click on sign
in button, then click on sign up now

XPATH BY GROUP INDEX


31. Was to open [Link] click on
create new account and click on Female radio button
32. Was to open [Link]
sublist=0 , click on upi radio button by using type attribute
33. Was to login to [Link]
and click on settings
XPATH TRAVERSING
34. Was to open [Link] and do
forward traversing from HTML to USERNAME and enter data
in username
35. Was to open https:// [Link]/ and do
forward traversing from BODY to PASSWORD and enter data
in password
36. Was to open https:// [Link]/ and do
backward traversing from PASSWORD to HTML and validate
html tag

DEPENDENT INDEPENDENT XPATH


37. Was to login to
[Link] , click on list
management, click on types of work, click on new type,
enter work name, click on save, click on the checkbox of
created work and delete the same and validate whether
work is deleted or not
38. Was to login to [Link]
[Link]/ , click on Directory, print the
designation of any employee
39. Was to open
[Link] and print
the economy value of India

MULTIPLE WEBELEMENTS
40. Was to open [Link] and get the
total no of hyperlinks present in the webpage and also print
the text and url of all the hyperlinks
41. Was to open [Link] and print the
text of Men, Women, Kids, Home&Living, Beauty, GenZ and
Studio

AUTOSUGGESTION
42. Was to open [Link] enter selenium
and select selenium webdriver and validate whether you
have navigated to the correct page
43. Was to open [Link] , enter selenium
and select selenium webdriver and validate whether you
have navigated to the correct page
44. Was to open [Link] , enter tommy in
search bar, select tommy Hilfiger wallets and validate
whether you have navigated to the correct page
45. Was to open [Link] , enter iphone
15 and select Iphone 15 pro max in Mobiles and validate
whether you have navigated to the correct page
46. Was to open [Link] , enter iphone 15
and select Iphone 15 pro max and validate whether you have
navigated to the correct page

DROPDOWNLIST
47. Was to open [Link] , click on
create new account and select your DOB
48. Was to open
[Link]
locale=en_IN, enter “san” in from city and select “San Diego
(SAN)”, enter “las” in to city and select “Las Vegas (LAS)”,
select no of adults as 4 and no of children as 4

SLIDER
49. Was to open [Link]
sublist=0, select the slider value as $55
50. Was to open [Link] , enter mobiles
in search bar, click on mobiles 5G, min price slider should be
10000 and max price slider should be 20000 And validate
the same

ALERT CONFIRMATION POPUP


51. Was to open “
[Link] and handle
the alert confirmation popup
52. Was to open [Link]
sublist=0, click on confirm present in right hand navigation,
click on levis shirt checkbox and click on delete button,
handle the popup and do the validation
53. Was to login to
[Link] , click on users link,
click on new user button, enter the first name, click on
cancel and handle the popup

PROMPT POPUP
54. Was to open “
[Link]
click on prompt alert box button and handle the popup and
validate the result
_______________________________________________________________________
CALENDER POPUP
55. Was to open
“[Link]
locale=en_IN” and select the return date as anything
56. Was to open
[Link]
ght and select the departure date as anything
57. Was to open
[Link] , and
select the date as anything
58. Wasto open
[Link]
sublist=1 and select the date as anything
59. Was to open
[Link]
sublist=2 and select the date as anything

HIDDEN DIVISON POPUP


60. Was to open [Link]
and close the hidden division popup
61. Was to open [Link]
sublist=0 , click on add customer button and close the
hidden division popup

NOTIFICATION POPUP
62. Was to open
[Link] ,
click on notification button and handle the notification
popup

CHILD BROWSER/WINDOW POPUP


63. Was to open
[Link] , click
on view more button of Watches, navigate to the new
window, print the title of the webpage and print the brand,
model and price of the watch and close the new window and
navigate to the old window and validate whether you have
navigated to the old window or not
64. Was to open
[Link] , click
on new tab link present in right hand navigation, click on
view more button of Watches, navigate to the new tab, print
the title of the webpage and print the brand, model and
price of the watch and close the new window and navigate
to the old window and validate whether you have navigated
to the old window or not
65. Was to open [Link] , mouse hover on
Men, click on sweaters, click on more brands and select the
brand as Levi’s, select the maximum price range, click on
the product, navigate to the new tab and validate whether
you have navigated to the new products page or not, print
the price of the product, print the discount % of the product,
print the name of the product, print the seller of the
product, print the best price, select the size of the product,
enter the pincode and validate your pincode, click on add to
bag, click on bag and validate whether the product is added
to the bag or not.
66. Open chrome browser, open facebook, myntra,
Wikipedia in multiple tabs and validate whether the
webpages are opened or not. Then open amazon in another
tab and validate with title and current url whether you have
opened amazon or not. Then close facebook, amazon,
myntra and Wikipedia tab one after another.
67. Was to open [Link]
sublist=0 , click on login button, switch to the new tab and
handle the authentication popup.

FILE UPLOAD
68. Was to open
[Link] and
upload file
69. Was to open [Link] and
upload file

FILE DOWNLOAD
70. Was to open [Link] ,
download the stable version of java and do validation

FRAME & CHATBOT


71. Was to open [Link] click on Bo
icon and handle both frame and chatbot
72. Was to open [Link] click on
Maharaja icon and handle chatbot
73. Was to open [Link]
sublist=0 and handle the frames
74. Was to open
[Link]
and handle the frames
75. Was to open
[Link]
and handle the frames
76. Was to open
[Link]
sublist=3 and handle the frames

BOOTSTRAP DROPDOWN
77. Was to open [Link] handle the
bootstrap dropdown of select product type and product
dropdown, click on apply online, switch to the new tab and
fill all the details.
___________________________________________________________________

ERROR MESSAGE
78. Was to open [Link] enter invalid
credentials and validate the error message.
79. Was to open [Link] enter
invalid credentials and validate the error message.
_____________________________________________________________________
WEB TABLE
80. Was to open
“[Link] and
print the price of Apple Iphone under favorite items
81. Was to open
“[Link] and
print the discount % of Levis shirt under purchased items
82. Was to open
[Link] and
print the price and discount % of Samsung tv
83. Was to open
[Link] and sort
the price column in ascending and descending and validate
it

RESIZER
84. Was to open
[Link] and
handle the resizer

PAGE OBJECT MODEL (POM)


85. Was to create a customer, create a type of work, create
leave type, create user using POM and use WebdriverWait
Class instead of sleep () and JavascriptExecutor Interface
instead of click ()
86. Was to open
[Link] and handle
autosuggestion of from city and to city using POM

You might also like