Good informative videos to learn and implementation and easy to understand
@testerstalk10 ай бұрын
Glad to hear that, keep learning and keeping sharing with your network!
@korleone72Ай бұрын
awesome course, thank you so much
@testerstalkАй бұрын
Thanks for watching! Please share these courses with your network. Thanks in advance.
@shreyanshjain451910 ай бұрын
Excellent Knowledge Sharing Video!!! Thank you very much.
@testerstalk10 ай бұрын
Thanks for watching! Keep visiting and keep learning! Please share these tutorials with your network!
@shreyanshjain451910 ай бұрын
@@testerstalk Sure
@apradeepraj3 ай бұрын
Thanks very much for this, very well formatted tutorial. Is there a way to implement the dynamic request body POST but using a JSON file rather than like the one explained in this course, i.e. I want to use faker to feed the values rather than doing it via input parameters? I tried to mix the 2 from this course and that works, but I would rather use proper variable names rather than 0,1,2 etc in the JSON.
@tallurivamsi64134 ай бұрын
simple and elegant.but if you make one api playwright framework by taking env variables and integrate with ci/cd could help us....
@testerstalk4 ай бұрын
Thanks for watching! Yes
@nadetdevfullstack704110 ай бұрын
Thanks for your clear and valuable tutorial
@testerstalk10 ай бұрын
You're welcome! Keep visiting this channel and share these tutorials with your network!
@UserUnkown-do1ji7 ай бұрын
Thanks so much, but i noticed in all your videos you choose javascript, why not Typescript option it much safer, and recommended by Playwright itself
@abhishekbhardwaj77647 ай бұрын
Hi bro...I loved the content on API testing using Playwright. I have one question though. When you created request using dynamic JSON, you replaced all indexed placeholders using the custom strings using the utility function. Is there any way we can change the boolean and number values also in the JSON file dynamically ?
@testerstalk7 ай бұрын
Thanks for watching! Similar it works you can pass any type of value.
@alexanderkomanov415110 ай бұрын
Good one!
@testerstalk10 ай бұрын
Thanks for watching! Keep sharing these tutorial with others and keep learning!
@SachinJ-i8m9 ай бұрын
How is your response body formatted ? have you made any configurations i get the data in a single line
@testerstalk9 ай бұрын
No configuration is made, just write code as is. That should work fine.
@SurendraGubba-vz5nr5 ай бұрын
hi can you make clear video for the Azurepipe line running for play wright
@testerstalk5 ай бұрын
Already this topic is covered. Search for Playwright with Azure Devops
@SurendraGubba-vz5nr5 ай бұрын
@@testerstalk I tried according to the given instructions but I am facing the issue when the test case passes or fails but the job is running like 8 hrs -12 hrs even then its only one test case
@KarthickeyanKumar6 ай бұрын
Hi Bro quick question how to get the value of id if my Json is in the format of array like [{id=4567,name=Tester,access=global}]... Kindly reply as soon as Possible
@ShinySagayaraj10 ай бұрын
Hi, next do about Webdriverio please
@testerstalk10 ай бұрын
Thanks for watching! Sure I will it to my plan. Please share these courses with your friends and colleagues 😊
@nagarajuperftest4 ай бұрын
Can you please provide the code for pdf file upload by using API automation by using playwright java
@testerstalk4 ай бұрын
Thanks for watching! Playwright with Java so far I didn't Explored. If I get an time I will create PDF and share with you.
@muhamedsajads59854 ай бұрын
Error: apiRequestContext.post: unable to get local issuer certificate
@testerstalk4 ай бұрын
Can you clearly tell what steps you followed and when you are getting this error?
@rathishramankutty30210 ай бұрын
TypeError: Cannot read properties of undefined (reading 'replace') at ..\utils\common.js:8 6 | */ 7 | export const stringFormat = (str, ...args) => > 8 | str.replace(/{(\d+)}/g, (match, index) => args[index].toString() || ""); | ^ at stringFormat (c:\Users athi\OneDrive\Documents\Playwrighttest\utils\common.js:8:8) at c:\Users athi\OneDrive\Documents\Playwrighttest\tests\APItest.spec.js:93:20 getting the above error for run time dynamic json file.
@testerstalk10 ай бұрын
Have clone repository or you are trying to implement yourself?
@testerstalk10 ай бұрын
Firstly check is there any mismatch in the function name and then make sure that you are respective js file in spec file.
@rathishramankutty30210 ай бұрын
@@testerstalk I ve no clone repository. Tried to do in local