testing tag

9 questions


1 answers
394 views
0
Test phase terminology for in-house programs

I'm not developing an external distribution program, but an internal program. And there are two or three people who are using this program, not programmers, but field process engineers.Usually, when d...

2 years ago

1 answers
220 views
0
How do I run the GPS function on the Android emulator?

Hardness and latitude in an Android emulator are required for a simple experiment.Is there a good way to get hardness and latitude?How do I position the emulator to test the location information?


1 answers
155 views
0
Test the unit using Python Django.test.Client

I would like to test the web page I made using the class client for unit test provided by Jango.from django.conf import settingsfrom django.test import Clientsettings.configure()c = Client()response =...


2 answers
176 views
0
What should I do if I want to produce an Android application and there are not many test phones?

I'm trying to make an application and test it this time, but the company doesn't have a test phone, so we can't do various tests.I looked into it and found that people like me rent smartphones orI hea...

2 years ago

1 answers
187 views
0
Tell me how to do a unit test in C language, samples, and experiences!

Hello.I'm a beginner developer.I want to do a unit test while doing a socket program with c in the centos Linux environment, so I am posting a question like this.Could you briefly tell me the Unit Tes...

2 years ago

1 answers
132 views
0
Web Test Tools

Recently, while creating a web design, I want to get information about these tools because I need a web opening tool that can store code files on a designated server and check them in a browser in a d...

2 years ago

1 answers
147 views
0
How do I deliberately make a specific exception in a unit test?

We need to do a unit test for the exceptionIs there a way to deliberately cause specific exceptions such as EOFError and ZeroDivisionError?


1 answers
150 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
121 views
0
Which is the larger concept of the test case/unit/suit?

After searching here and there, I think the test case is definitely the smallest unit of test code.It is also found in many documents that test suit and test unit are units that bind case to some exte...


© 2025 OneMinuteCode. All rights reserved.