Sunteți pe pagina 1din 2

1. Suppose there was a transaction that had been done in Bukalapak.

com , the transaction


id should be available on the screen alongside with the address of shipment, date of
order, seller’s name, and delivery service (JNE/POS/REX/others). The transaction id
(TRX_ID) should also be available on the database which again supposedly there was a
simple table containing all the transaction data.

TRX_ID ADDRESS_SHI DATE_ORDER SELLER_NAME DELIVERY_SE


P RVICE

01023A9AA KAMPUNG 21/08/2016 FURHAN JNE


DATOK
KERAMAT

01023A9AC JALAN 21/08/2016 FURHAN REX


GURNEY

01023A9AD UTM KUALA 21/08/2016 FURHAN POS


LUMPUR

….. ….. ….. ….. …..

….. ….. ….. ….. …..


Apparently, the order 01023A9AC seems to have different Delivery Service on the UI and the
database record. How do you, as automation test developers develop such test scenario so that
this kind of error does not occur?

S-ar putea să vă placă și