Hi everyone,
I’m a QA student, quite new in this field and I need some help in coding. I’ve got a task, using selenium, TestNg, and Java. The only things that I did well were to write the annotations of BeforeClass and AfterClass but the test itself is too hard for me.
I’m required to do the following steps (which I’m not sure how to do) on a demo website and I’ll be grateful for your help.
a. To verify the price of a certain product (using assert),
b. To write my first name and last name in a form so I can order the product.
c. To choose from the Combo Box the Delivery option,
d. Check that the price has been changed (with the addition of the delivery),
e. There’s a coupon number that I need to print in the Additional Comments Field.
f. Click the button “Submit Your Order”.
g. An alert window will pop up and will present my first&last name&the coupon number.
h. I’ll need to close the alert window,
i. Close the HTML website.
I appreciate your help!
Best regards,
Liat