Most voted "testing" questions
Software testing is any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results. There are more specific tags for types of tests, prefer them.
Learn more…228 questions
Sort by count of
-
1
votes3
answers332
viewsIs it recommended to test model validations?
My experience is with Ruby on Rails, but I believe my question will be for other cases. The ORM Activerecord (from Rails) allows validating in fields things like: Presence Oneness Size (of a string)…
-
1
votes1
answer1739
viewsHow to perform tests on private methods using Mockito
this weekend I read about the Mockito and double tests, and I came up with the following idea. Test private methods with this framework. I saw that the PowerMock performs such a procedure, but…
-
1
votes1
answer68
viewsProblem running test controller in Rails 4
Good afternoon, I generated a scaffold of a class of mine, User example. While running the tests I came across the following failure: Minitest::Assertion: "User.count" didn't change by 1. Expected:…
-
1
votes1
answer68
viewsError when running Scalatra test on Intellij
I’m trying to run the following test of scalatra within the intellij: class Test extends ScalatraFlatSpec with Matchers { addServlet(classOf[MainServlet], "/*") "Home Page" should "show hello" in {…
-
1
votes2
answers854
viewspackage does not exist (Maven)
Let’s contextualize the problem: I have a project that consumes some Web Services, in this project I have separate source folders as suggested by Maven ex:(main/java test/java), the classes…
-
1
votes1
answer830
viewsLog errors with Selenium Webdrive in C#
Good night! I’m organizing my test suite and looking for the best ways to create a bug report when a test fails. I’ve already implemented a log in. txt with the test name that runs (using…
-
1
votes1
answer61
viewsSystem documentation in conversion
I am in the process of converting a system in Delphi to C# using the SCRUM methodology, until then there is no documentation of this system. So I would like to know what they indicate, I don’t need…
-
1
votes1
answer1631
viewsLoop to fill an input with multiple data - Selenium Webdriver
How to loop to scan an array and bring its data one by one and fill in the input? The picture illustrates well the problem... I need For to pass several times through the method and take the data…
-
1
votes1
answer130
viewsIs it correct to implement unit test in the model in the context of the Python language?
In some languages it is not suitable. I would like to know if python is different. Thank you.
-
1
votes1
answer71
viewsstring comparison + linkedList
Good evening, I am trying to compare a string with a Linked list but I am not having success, the Linked list is being returned a value of another function but I will put here the output of the…
-
1
votes1
answer212
viewsDoes anyone have an example of code using Marionette in Java for test automation?
I need an example of code using Java Marionette for test automation, I read a few things, but I still can’t understand how it works.
-
1
votes1
answer149
viewsHow can I test an Exception in my code with unittest?
I am studying a little of Python’s unittest and I have stopped there. In my code the user must enter a valid value, if an invalid value occurs should fall in Exception, however how can I test it ?…
-
1
votes1
answer44
viewsWhat is the generic name of the Xamarin search field for use in automated testing?
Can anyone help me with this question? I’m not being able to use the same test code for iOS and Android. The name of the search field that was found is not the same, ie: Syntax in iOS - app.Query(x…
-
1
votes0
answers89
viewsCall test script function [Protractor]
Hello, I have a file that calls several test methods that I created with Protractor, it looks like this: import {MeuCadastro} from './MeuCadastro/MeuCadastro.spec'; import {Rotas} from…
-
1
votes1
answer787
viewsSystem.setProperty - Set path to chromedriver
I’m starting to mess with tests using Lenium and Junit. I need to set the chromedriver.exe path. I wonder if you can leave chromedriver.exe inside the project folder and set the path in a way that…
-
1
votes1
answer146
views"Timeout Waiting for task." when trying to click on webview button with espresso android
I have a button on a mdl-card of an html page that is as follows: <div class="mdl-layout-spacer"></div> <a id="btn15-minutos" href="#/" class="mdl-button mdl-js-button…
-
1
votes0
answers15
viewsAmount of files in Moq request
The SetupGet to for the form (Form) of the request works, however the Count doesn’t work. How to solve for the Count return the desired value? var httpContextMock = new…
-
1
votes1
answer1007
viewsHow to validate the download of files using Selenium Webdriver?
Hello, I wrote an automation test on the Selenium Webdriver using C#, and one of the steps requires downloading an XLSX file from the server. How can I validate whether the file has been…
-
1
votes1
answer74
viewsError when configuring test environment
When running a test, simple to check the settings, the following error appears: Error:Execution failed for task ':app:transformClassesWithJarMergingForDebugAndroidTest'.…
-
1
votes1
answer109
viewsInstrumental Tests Android Studio
When designing instrumental tests for my android app, I come across a problem and I don’t see why this should happen. Why Mainactivity is Not Recognized?…
-
1
votes1
answer84
viewsHow to know if it is a Fragment that is on the screen, in interface test?
I would like to know, in automated interface tests, how to know if a Fragment is on the screen or not. If it is a Fragment, example, ratingfragment, I will "perform" a "click". If it’s another one,…
-
1
votes0
answers36
viewsInclude Javascript files that the test depends on to run in Mochajs
I’m developing a client-side Javascript application, and I want to run some tests using Mochajs, only that the test depends on several Javascript files to run, which are in different folders, for…
-
1
votes2
answers75
viewsSonar: Validate changes from a given date
I use Git integrated with Team Foundation Server. The idea is to place Sonar as a step in TFS to stop the build as per the established rule. I need to know if it is possible for Sonar to apply the…
-
1
votes0
answers47
viewsCheck Disabled field in katalon
I need to verify that it is returning within a disabled field, using the katalon tool to perform automated testing. Example: I want to check what is inside the image fields below.…
-
1
votes0
answers260
viewsIntegration test send e-mail
Today I have a system, which sends several emails. Many settings and upload rules. I need to add about 50 new rules, new emails Time formats with attached file, images and other "cositas" more. Like…
-
1
votes1
answer908
viewsHow do I test POST requests in "Postman" in places that need to use session authentication?
Postman is the built-in Google Chrome browser app I use to test my POST requests. https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop But the area I want to access is…
-
1
votes1
answer83
viewsAssertionerror: b' Working with test classes in Django (TDD)
I’m starting my test studies with Django and I’m getting an error where apparently it shouldn’t, so much so that the description of traceback leaves me quite confused. I have a class that tests…
-
1
votes0
answers68
viewsJmeter Results
I need someone’s help to understand the account jmeter does for each result shown as: "Sample, Start Time, Virtual User Number, Label, Sample Time(ms), Status, Bytes, Sent Bytes, Latency, Connect…
-
1
votes1
answer213
viewsGood practice of python tests
I am a week studying tests in python, I started with unittest and some doubts arose... I must use a test class for each method of a class, or use a test class for each class...and yet, how to…
-
1
votes1
answer243
viewsRuby test Capybara encoding UTF-8 does not work
I created a new test project, using Ruby and Capybara for studies and I don’t understand why it’s not working. I have a very similar project on another PC, same configuration, the difference that…
-
1
votes0
answers23
viewsBetter Solution for holding app Finish after all UI tests finished
I’ve been Working with iOS UI tests in the Past few few Weeks and Besides of KIF I’ve been using Fastlane as CI to check my code style and do other some Stuff like Releasing to Fabric and…
-
1
votes1
answer317
viewsParallel tests using Selenium/Testng and Database
I have 1165 test cases and it’s taking 36 hours to run + run it all in 3 different browsers and I’m going crazy with this delay. My question is whether it is possible to run parallel tests using…
-
1
votes0
answers44
viewsOrganizing tests on Github, good practice?
I’m currently doing a research for automate and organize the software testing. Amid the researches found some tools, but I believe that a new tool would not be so productive because the developers…
-
1
votes0
answers26
viewsError when clicking the first button of a Dialog
Guys I’m trying to click to confirm my action on an instrumented test, but I’m having a problem that I haven’t found out yet anyone can help me? I’m trying the following: fun…
-
1
votes0
answers62
viewsUpload and Insert Performance Test
I’m new to the performance test scenario. I have to do a performance testing on a web system (uses Spring and Angular) where he uploads a file with several entries on each line. I have to use the…
-
1
votes0
answers111
viewsIs requirement traceability matrix the same as bi-directional traceability between test cases and requirements?
Contextualizing When studying for certification CTFL - Certified Tester Foundation Level came across the following study. Below Basic Activities in the Test Execution Process Plan and control…
-
1
votes1
answer33
viewsDo you run a negative test?
In my case I am using Postman to do the Integration tests, something very simple so far. However my doubt is, if just as in Unity test (In case I have already done several with Mstest c#) whether it…
-
1
votes0
answers34
viewsI cannot solve this problem in my test automation
I’ve tried almost everything and still keep making this mistake in my ruby test automation: incompatible encoding regexp match (Windows-1252 regexp with UTF-8 string) (Encoding::Compatibilityerror)…
-
1
votes0
answers57
viewsIs it possible to simulate a C#FTP server?
I need to develop automated integration tests in an application whose features have external dependencies like FTP. I wonder if it is possible to simulate an FTP as well as to simulate a database…
-
1
votes0
answers106
views -
1
votes0
answers666
viewsHow to test one method that depends on the result of another with Junit?
Greetings, I have a class that does actions in an email. I created some tests for this class and would like to know if this is a valid form of testing or if there is any better way to do it. I test…
-
1
votes0
answers85
viewsKs and Chi Square test for reliability data in R
I’m using parametric models to calculate some reliability items. The question is how to perform the adhesion tests (Test Kolmogorov-Smirnov- KS and the Square chi - χ2) . I tried using the "Ks.test"…
-
1
votes1
answer131
viewsHow to write a python module from a test?
I’m doing an inverse exercise on Python modules and tests with pytest, but I’m not succeeding. Whenever I run the code I get the message "E Attributeerror: 'str' Object has no attribute…
-
1
votes0
answers27
viewsHttparty returns 502 but Postman execution works
I do some APIS testing with httparty and use Postman for smoke testing. When I call the same process in my ruby class, using httparty, it gives me 502, if in seconds I run on Postman, it gives me…
-
1
votes1
answer39
viewsWhy specify a number of assertions explicitly in my test?
I started studying unit tests with Jest, but I didn’t really understand the use of expect.assertions when testing with Javascript. Let’s consider the example given below by the Jest documentation…
-
1
votes0
answers226
viewsCucumber-Enconding does not accept accented variable
in my software test done on Cucumber in a specific scenario I assign a string to a variable: Scenario Part: "Then the system displays the message "Invalid User or Password!" The string "Invalid User…
-
1
votes0
answers110
viewsHow can I validate empty fields with cypress
I already have a method that validates when they have some information about him, but when there is nothing he does not find the element of the list. Cypress.Commands.add('selectedFilterPlan',…
-
0
votes1
answer46
viewsHow to test the locals on a render?
I am with the following doubt, I do my tests using Ministest, but I have a problem when testing the locals of a render... I do not know how to test, example: Controller: def salvou…
-
0
votes1
answer556
viewsHow to Test Web Service on Ruby on Rails
I’m having the following doubt, I’m making a web-service server with my application ruby-on-Rails, I’m using the gem wash-out, I understood how it works and I was able to put my web-service to run,…
-
0
votes1
answer500
viewsHow to test the creation of an obj and method call in a Servlet?
I’m trying to create a web application using TDD, however, I’m having a question of how to test the Servlet that processes requests and calls due logic, I don’t know how to do the assert. @Test…