python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to assign new value to a ModelForm field which form edits user data, to test if the data will be edited Django test TestCase
I'm testing Django forms handling and trying to test a ModelForm, which form edits the user's data. I tried to write the test in several ways, but each one throws different mistakes. And all the mista...

Radoslav Hadzhiev
Votes: 0
Answers: 1
How to access Session in PHPUnit WebTestCase (Symfony 5)
I'm trying to test methods which requires Sessions in my PHPUnit WebTestCase, with no success.
PHP 8.0, Symfony 5.4
Here's my code:
When user log-in, I'm saving custom info in session:
public function...
SilentBob
Votes: 0
Answers: 1
How to test form submission with wrong values using Symfony crawler component and PHPUnit?
When you're using the app through the browser, you send a bad value, the system checks for errors in the form, and if something goes wrong (it does in this case), it redirects with a default error mes...
Christophe
Votes: 0
Answers: 1
How to find number of links and print them, when mouse is hovering a element in UFT?
Recently I came across fireevent and I tried to implement it on the website of Flipkart. I was trying to use firevent("onmouseover") for the link.
I searched for mobiles in the search box an...
Prasad Varma
Votes: 0
Answers: 0