testing tag

9 questions


1 answers
322 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...

1 years ago

1 answers
130 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
85 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
105 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...

1 years ago

1 answers
109 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...

1 years ago

1 answers
81 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...

1 years ago

1 answers
93 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
97 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
70 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...


© 2024 OneMinuteCode. All rights reserved.