Skip to main content
476 votes
15 answers
250k views

What is the difference between unit tests and functional tests? Can a unit test also test a function?
mousey's user avatar
  • 12k
37 votes
5 answers
123k views

I'm running a test called create admin. The test will first create admin, then check if the admin was created successfully. In the script, I have a part of code where I want to wait for 3 seconds ...
jialeee17's user avatar
  • 893
1 vote
2 answers
71 views

I'm having issues trying to write a functional test for a ASP.NET Core gRPC web service, after investigating a number of articles on the issue, but with all of them referring to use of the Startup ...
Jonathan Websdale's user avatar
0 votes
2 answers
3k views

The below code is my Playwright test function test("@Login @Testing Sign In Page Test", async ({ page }) => { console.log("Sign In Page Test"); const ...
Satya's user avatar
  • 656
108 votes
9 answers
192k views

I'm trying to catch exceptions from a set of tests I'm running on an API I'm developing and I'm using Guzzle to consume the API methods. I've got the tests wrapped in a try/catch block but it is still ...
Eric's user avatar
  • 1,293
1 vote
1 answer
161 views

I am having trouble getting image analysis batch processing to work. I would like to send a list of images to DeepFace to get a list of race, gender, and age predictions. I am calling test functions ...
matth3wV's user avatar
172 votes
11 answers
133k views

What is the real difference between acceptance tests and functional tests? What are the highlights or aims of each? Everywhere I read they are ambiguously similar.
JavaRocky's user avatar
  • 20.1k
54 votes
2 answers
16k views

I'm new to testing with Pytest, and I've run into a minor but annoying hangup. In the command line test session results, I see my tests passing, but the percentage shown is not 100%, for some tests. ...
klreeher's user avatar
  • 1,645
2 votes
1 answer
4k views

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 ...
Chukchak's user avatar
1 vote
0 answers
254 views

I'm trying to achieve this Add functional tests to my Go project The tests should bring up an actual MySQL database (by connecting to a docker container already up and running from the docker ...
LaserJesus's user avatar
  • 8,590
-2 votes
1 answer
63 views

In case of Smart bear floating license, how to know the license is available for user before InstallTestCompleteAdapter task run? i want to know whether the floating license is available or not for ...
prashant's user avatar
51 votes
13 answers
71k views

I need a way to take screenshots of my functional tests. Right now I'm using Selenium 2 with C# bindings. I pretty much want to take a screenshot at the end of the test to make sure the desired page ...
James's user avatar
  • 5,672
54 votes
11 answers
40k views

I am doing functional tests for my controllers with Rspec. I have set my default response format in my router to JSON, so every request without a suffix will return JSON. Now in rspec, i get an error ...
Drazen's user avatar
  • 2,846
0 votes
1 answer
113 views

I have a library C# project which has services written. This is using serilog and able to print serilogs on console during normal execution. But when I am using same library within my functional test ...
Himanshu Garg's user avatar
0 votes
1 answer
153 views

I'm trying to upgrade my project's php version from php 7.4 to php 8.1, Now I changed the php version in my composer.json to php 8.1 like that: "require": { "php": "^8.1&...
Umar Sheikh Salem's user avatar

15 30 50 per page
1
2 3 4 5
100