Great videos, bro!) Thanks! It would be great if you continue this tutorials and make some videos about test architecture, global variables, parsing csv file and using test data from it in API requests. I haven't seen such videos on youtube.
@sdetunicorns4 жыл бұрын
Glad you are enjoying the content. Noted these suggestions down, will add some of it in the future :)
@aonik1232 жыл бұрын
Thanks a lot for making this video series. It's helping me a lot. Is it possible to make some videos about load testing, security testing, and penetration testing?
@mathiascarranza34082 жыл бұрын
Bro the code works for you? The second case, the array one, it fails to me, it says that cannot read properties of undefined
@md.atifkhan66582 жыл бұрын
Which tools or framework u r using in this video? can we write this script in postman? plz suggest it will be very beneficial for me
@sdetunicorns2 жыл бұрын
Yeah you can do the same in Postman as well. You can checkout my Postman series - kzbin.info/www/bejne/jqvSeoymhsSea6c
@mohammadatifkhan4082 жыл бұрын
@@sdetunicorns sure I will watch whole series. I m looking and struggling how to write negative test cases in postman...
@mohammadatifkhan4082 жыл бұрын
Hey @dilpreet i m not able to see negative test case in your postman series..i want to see how write negative nest cases which is your cover in this video.. Ex..login API have first time I want to seen both valid value..2nd time I want to sen valid with invalid value...3rd test cases is we left bank both fields how can write this test cases via script in postman
@sdetunicorns2 жыл бұрын
@@mohammadatifkhan408 So the idea is same, you will just create a folder for positive flows and one for negative flows where you can cover all these edge cases in multiple request