test tag

21 questions


1 answers
70 views
0
factorybot does not work

Currently using rspec to study test code.So I am using factory_bot, but I get an error in the build.KeyError: Factory not registered:Here is the error statement.https://masawada.hatenablog.jp/entry/20...


2 answers
76 views
0
How to Find a Dummy Phone Number to Use for Test Data

I'd like to ask you about the phone number used for the test account.I would like to use 080-xxxx-xxxx or 0120-xxxx-xxx as dummy data for my test account phone number, but I am looking for a phone num...

1 years ago

1 answers
122 views
0
How to Test Promise Recursive Processing in JEST

I don't know how to test Promise recursive processing in JEST.I am writing a test using JEST.In this test, the retry function that recurs until Promise is resolved is tested.export function retry<T...


1 answers
84 views
0
I would like to create a script that can adjust the number of requests per minute.(I want to make something like a load test tool)

There are already many load testing tools in the world.I'm thinking about how to make such a tool.I would like to implement it on ruby or python (for now on ruby), so First of all, I was thinking abou...

1 years ago

1 answers
85 views
0
How to Upload Test Steps from a csv File in JIRA

Do you know how to upload test steps from csv file in JIRA?I can upload a test case...

1 years ago

1 answers
67 views
0
Understanding Unit Tests for sails.js

I asked a question at the head office, but I would also like to ask a question in the Japanese version.I am currently creating a web application using sails.js.By default, sails.js does not have a tes...

1 years ago

2 answers
61 views
0
I want to mock standard functions in PHP.

If you need to write a test code for a code like ↓class Standard_Function extensions\Utility{ /** * @param array [1,2] (fixed) * @return array */ public static function get_Shuffle($array){ return...

1 years ago

2 answers
76 views
0
Questions about test-driven development

In Test Driven Development (TDD), isn't it necessary to prepare more test codes to verify the validity of the test codes created? I understand that, but is it correct? If it's correct, do people who p...

1 years ago

1 answers
92 views
0
Rails Minitest test error

The following error came out when I planned and spun the test as a mini test in Rail.Minitest::UnexpectedError: AbstractController::DoubleRenderError: Render and/or redirect were called multiple times...


1 answers
91 views
0
Coding test available library?

I heard that companies are introducing a lot of coding tests these days.In an environment where tests are performed, whether online or offline, I wonder how the package (library) is limited.For exampl...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.