Hi,
I am looking for a method in which I can validate the sum of the individual amounts of each item in my shopping cart.
I want to extract these amounts using the getText function and paste them into an excel file so that I can get the amounts, validate them and save them as a test proof. Basically writing into an excel workbook.
Let’s say the price for each item are as follows:
Price1
Price2
Price3
I want my excel file to contain these values as follows:
Any kind of help is very much appreciated!