data-driven testing (DDT)
Data-Driven Testing (DDT) - Separating test case data from test procedure for scalability, maintainability, and other advantages.
Partial example: From the <starting> link, enter username: <username> and password: <password> with <method> action and VERIFY the masked password and final state: <Project Page | Error>.
Test ID Description starting username password method end-state
LOG1000 p-valid/valid entry-URL bill <a2d67> click home
LOG2000 f-valid/invalid entry-URL bill <z7x3y> enter invalid
Partial example: From the <starting> link, enter username: <username> and password: <password> with <method> action and VERIFY the masked password and final state: <Project Page | Error>.
Test ID Description starting username password method end-state
LOG1000 p-valid/valid entry-URL bill <a2d67> click home
LOG2000 f-valid/invalid entry-URL bill <z7x3y> enter invalid
Comments
Post a Comment