Would it be possible to have authentication without user action for the test accounts (ffdcuser1 and ffdcuser2) to be able to test automatically
Would it be possible to have authentication without user action for the test accounts (ffdcuser1 and ffdcuser2) to be able to test automatically
security cannot be unplugged , as a good practices
For test automation we have some postman script able to handle b2c use cases , you can find attached a proper one that you need to include into your test pipeline
your postman script handle the token generation?
because the problem is every request need a token to be accepted
and to get the token, a user have to enter his login / password, which is impossible in test automation
yes the postman collection is able to get given an AppId / Secret to feed the login and password and get the adhoc token so that it can run several test. It is part of our automation pipeline that the postman is systematically played and validated.
is that what you are looking for ?
ok , good i have attached the current postman script that we are including for our automation testing
2 People are following this question.