Can we automate APIs usiing testCafe? [closed] - api

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Caw we automate APIs using testCafe? I have a requirement to automate both Web & APIs together, I mean after doing some actions on the UI, I need to test relevant APIs.

I'm not sure if I understand well your needs but if you want to check the result of an api request I guess you'll need the RequestLogger : a hook you can add to your test on some specific api's urls and then in your test you will be able to check what the request contains.
Documentation here: https://devexpress.github.io/testcafe/documentation/test-api/intercepting-http-requests/logging-http-requests.html

Related

How can I translate my website with Translate? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last year.
Improve this question
I developed a project with Nuxt JS. There are texts from the service that are static inside. I want to automatically translate all of these texts like Google Translate. How can I do this for free?
For free, you will probably have only one solution: do it by hand thanks to i18n.
Otherwise, you could probably programmatically generate your pages with a paid API like Deepl or alike. A google search may help you here.
PS: SO is not a how-to website, but rather a "here is how to solve your issue given the code details you provided to us".

Integration with payFort react-native-expo [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I tried to use payFort with react native expo but it's didn't work so if anyone used it and can help me?
There is no support available until today for Payfort in react-native in the expo, you have to use webview and make API calls manually to authenticate the user and verify the signature and all, I worked on this a few years back and it was a mess.
So now the solution is to collect the user information in some form and use pay fort rest APIs and make that payment process happen.

How to write client library in lua for gmail API [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I need to access gmail api using Lua.so how may i write client library to access gmail api in Lua
In order to write a library for any API - you need to have a way to perform HTTP requests.
You can either use a Lua extension library such as this one:
https://github.com/daurnimator/lua-http
Or if you are fluent in C++ - create your own.

gRPC requests using Jmeter [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
is there a way to test gRPC with Jmeter ?
I would like it in Jmeter since it will enable covering both functional and load with the same tool.
anyone with Jmeter plugin development experience that can help estimate the work and effort ?
Thanks
Ronen

how to post the code to some host [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
how to post my web application and also the source code to a host..i want every one can see my project..i'm just know how to post an image..how to do that?
You can share your project using code.google.com click here where you can put all your code so that other peoples can also see your project.There is another option also that is GitHub you can also use that but it is having limited space.One thing which very important that is before committing your source code prepare proper documentation for your project because if documentations are not proper then it is of no use for other even if you written best quality code.