All Questions
Tagged with automated-tests functional-testing
80 questions
2
votes
1
answer
4k
views
How to fix flaky test on Playwright?
Hi I have this app that I'm testing. The app itself will fill the value and click the button to provide the data on table. However, in reality it takes more than 40 seconds to load the data itself so ...
1
vote
0
answers
283
views
Automated Testing of a Webview
Talk to me QAs!
Has anyone done automated tests (E2E) of a webview mobile app (developed in react) ? The application does not open on the web, only on mobile devices.
If yes, which testing framework ...
0
votes
1
answer
428
views
Intercepting a HTTP request in the middle of a test in Testcafe
I am writing a functional test using Testcafe. The test scenario is as below,
There is a toggle button that activates/deactivates based on an API call
When I open my application, an API call is made ...
0
votes
1
answer
1k
views
Robot Framework -SSHLibrary - File Should Exist
I am currently developing test case in Robot Framework with Eclipse and RED plugin to automate a test case on Linux VM.
The code for one of the keyword goes like this
**Check Auth Certificate**
[...
0
votes
1
answer
340
views
AzureFunctions: How to make a sync call to a QueueTrigger Function for an automated functional test
Let me introduce the scenario:
I need to test an AzureFunction with a queue trigger:
[FunctionName("AFunction")]
public async Task DispatchAction([QueueTrigger("queuename")] ...
3
votes
3
answers
450
views
How to set react props in Testcafe
I am trying to test a react component that has a properties that changes when the user logs in.
I can't change the login prop from the testcafe suite itself because the user can only login clicking on ...
2
votes
1
answer
971
views
Multi user e2e testing with puppeteer
I am looking for a product that would allow me simulate/test multiple (more than two) users, each logged in to their account, use a web application.
Having multiple users in the test is not to ...
0
votes
1
answer
805
views
How to update the List of Webelements on the page?
As in the title - how to correctly refresh the "productList" to finally find the specific product in the catalogue?
this method clicks all the time in the button "Show Next Products" even if the ...
0
votes
1
answer
327
views
Selenium webdriver - Iterate, find webelement and then click on it - how can I do that?
I'd like to find the webelement that has as the visible text "7000118777", however I don't know how to exactly find it in the list and then click on it.
When I iterate it shows that the index is -1 ...
0
votes
0
answers
630
views
How to reuse browser session in testcafe?
I created automation script in testcafe, steps:
1. Login to app
2. Click on menu conversation
3. Manually, it will redirect to new page namely conversation page
But in automation, after step 2, it ...
0
votes
1
answer
169
views
Injecting custom value in API URL in BAT CLI for Mulesoft
I am using BAT CLI in Mulesoft to write functional API tests - https://docs.mulesoft.com/api-functional-monitoring/bat-bdd-reference.
I am trying to use a value obtained in the response of an API ...
0
votes
2
answers
184
views
How do I test a ranking system? [closed]
Let us assume we have 3 students in a class and secured the below marks
===============================================
| | Maths | English | Science | Rank |
|--------------------------------...
1
vote
1
answer
710
views
Katalon studio - Only local connections are allowed - terminal issue
I am trying to run my project on the terminal as I heard it is a huge advantage but every time I try to do it got this issue 'Only local connections are allowed and then every test is failed, how can ...
1
vote
2
answers
500
views
Free solution for automated browser / mail / API testing
As the Product Owner of an application (with programming basics), which app would you recommend to put in place automated testing? I have several workflows to implement and they would rely on several ...
0
votes
1
answer
98
views
Authorisation testing by generate key in Jmeter - idea of test case
I'm testing authorisation in JMeter. Authorisation is by key, which is sent in JSON.stringify. First is open connected by web socket, next sent is key in JSON format.
Key is generated in the tool.
...