๐ŸŒ
JSFiddle
jsfiddle.net
JSFiddle - Code Playground
JSFiddle - Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle.
Create an account
Create an account ๐Ÿš€ ยท Log in Reset password
Edit fiddle
Remember the time when MooTools ... MooTools features are now available in native JS it was high-time to strip it out of the codebase. This took around a week of work, lots of testing, but it's now done....
React - JSFiddle
Remember the time when MooTools ... MooTools features are now available in native JS it was high-time to strip it out of the codebase. This took around a week of work, lots of testing, but it's now done....
TypeScript
Remember the time when MooTools ... MooTools features are now available in native JS it was high-time to strip it out of the codebase. This took around a week of work, lots of testing, but it's now done....
๐ŸŒ
CodeTester
codetester.io
Code Testing Widget
Just run some code and see the output - with support for C, C++, Python, Ruby, Javascript, and Java Run Code ยท A tool that lets you create custom online tests to screen developers Coding Assessment Tool
Discussions

How do I test my code faster and more accurately when the tester is not testing the code properly?
I manual QA all my code then i give it to my QA then my QA asks me how to test it so i walk them through and test it myself again ๐Ÿคทโ€โ™€๏ธ More on reddit.com
๐ŸŒ r/cscareerquestions
9
5
October 11, 2024
Network Test Code GIVEAWAY!
๐ŸŒ r/blueprotocol
2
11
August 9, 2021
Test your React code with Jest directly with free VSCode extension: instant test feedback, real-time code coverage, problem inspector directly inside your editor. Writing tests is now much easier and enjoyable. Configuration in the comments.
Isnโ€™t this just vscode-jest? https://github.com/jest-community/vscode-jest Why are you talking about it like you made it? More on reddit.com
๐ŸŒ r/reactjs
26
357
June 1, 2022
Azure function use Code + Test if it has authentication?
There are a couple things in play for authentication OIDC is used and AAD will return an ID token. For authorization Oauth2 is used and you get an access token. Oauth2 allows delegated access on behalf of the user logging in. So by registering an app (service principal) you can set the level of api access (delegated), and have your app using the SP get an access token on behalf of the user. Complexity arise as the user needs to have the correct access level to match what the app wants to do. Alternatively you can set direct rights for the SP on the api (as long as the api supports it) and have the app get an access token directly from AAD that it can use to access the api without needing to piggyback on the user login. This is more like a traditional service account flow. All depends on what the app needs to do. Look into MSAL as the SDK for your app More on reddit.com
๐ŸŒ r/AZURE
1
5
October 15, 2022
๐ŸŒ
LeetCode
leetcode.com
LeetCode - The World's Leading Online Programming Learning Platform
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
๐ŸŒ
W3Schools
w3schools.com โ€บ html โ€บ tryit.asp
W3Schools online HTML editor
โฏRun Code Ctrl+Alt+R Save Code Ctrl+Alt+A Change Orientation Ctrl+Alt+O Change Theme Ctrl+Alt+D Go to Spaces Ctrl+Alt+P
๐ŸŒ
DEV Community
dev.to โ€บ sandordargo โ€บ what-are-the-differences-between-production-code-and-test-code-15pb
What are the differences between production code and test code? - DEV Community
August 30, 2019 - When someone wants to know how the system works, you should be able to point them to the tests that prove the functionality. ... Production code is written in a hurry and is most often tested by users because there wasn't time for QA and you were under pressure to release.
๐ŸŒ
Resilient
resilientmbs.com โ€บ 94010-cpt-code
What Is CPT Code 94010? A Comprehensive Guide for Healthcare Providers
3 days ago - For patients with chronic respiratory conditions, periodic spirometry tests give doctors objective data to guide long-term treatment and adjustments. When doctors bill for CPT code 94010 (spirometry without a bronchodilator), they must include ...
๐ŸŒ
Visual Studio
visualstudio.microsoft.com โ€บ vs โ€บ features โ€บ testing-tools
Code Testing Tools & Services - Visual Studio
December 5, 2025 - Go deep on real code at Microsoft Build. ... Write, execute, and debug unit tests in the language and test framework of your choice.
Find elsewhere
๐ŸŒ
Slashdot
developers.slashdot.org โ€บ story โ€บ 02 โ€บ 06 โ€บ 18 โ€บ 2122221 โ€บ properly-testing-your-code
Properly Testing Your Code? - Slashdot
June 19, 2002 - Focus just as much on making sure your code doesn't do things it WASN'T designed to do. Or risk a CERT or Security Focus advisory... ... I agree. The whole concept is flawed. Ultimately the problem with too many bugs is not a "testing" problem, but a "design" and "implementation" problem.
๐ŸŒ
Microsoft
visualstudio.microsoft.com
Visual Studio: IDE and Code Editor for Software Development
Validate your code with integrated testing for fast iterations and higher quality as you approach the finish line.
๐ŸŒ
Martin Fowler
martinfowler.com โ€บ bliki โ€บ SelfTestingCode.html
bliki: Self Testing Code
May 1, 2014 - Self-testing code has automated tests that are easily run to verify that it does what the programmers intended
๐ŸŒ
Playcode
playcode.io โ€บ html
HTML Editor - Free Online HTML Editor & Playground
An online HTML editor lets you write and test code without any local setup. PlayCode's HTML playground includes live preview, syntax highlighting, error detection, and support for modern CSS and JavaScript. Whether you're learning web development, testing code snippets, or building prototypes, our free HTML editor is the fastest way to go from idea to working web page.
๐ŸŒ
Centric Consulting
centricconsulting.com โ€บ home โ€บ test code is production code
Test Code Is Production Code
February 1, 2022 - When we design and build software, we work hard to make certain our software addresses the needs of the people depending on it. We ensure we properly apply the design model, engage in common practices of pair and ensemble (sometimes called mob) development and code reviews, and review the design and examine database calls for accuracy. We test the code.
๐ŸŒ
U.S. Courts
uscourts.gov โ€บ court-programs โ€บ bankruptcy โ€บ bankruptcy-basics โ€บ chapter-7-bankruptcy-basics
Chapter 7 - Bankruptcy Basics
If the debtor's "current monthly income" is more than the state median, the Bankruptcy Code requires application of a "means test" to determine whether the chapter 7 filing is presumptively abusive.
๐ŸŒ
MDN Web Docs
developer.mozilla.org โ€บ en-US โ€บ docs โ€บ Learn_web_development โ€บ Extensions โ€บ Testing
Testing - Learn web development | MDN
April 11, 2025 - Any codebase past a certain level of complexity needs to have a system of tests associated with it, to make sure that as new code is added, the codebase continues to function correctly and performantly, and continues to meet the users' needs. This module lists the fundamentals that you should ...
๐ŸŒ
HackerRank
hackerrank.com
HackerRank - Online Coding Tests and Technical Interviews
HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation!
๐ŸŒ
Testwise
us.testwise.com โ€บ platform โ€บ code
Test Wise
We cannot provide a description for this page right now
๐ŸŒ
Visual Studio Code
code.visualstudio.com โ€บ docs โ€บ java โ€บ java-testing
Testing Java with Visual Studio Code
November 3, 2021 - Select Source Action... and then choose Generate Tests.... If you trigger this source action from your main source code (test subject), you will be asked the test class's fully qualified name and the methods you want to test.
๐ŸŒ
Reddit
reddit.com โ€บ r/cscareerquestions โ€บ how do i test my code faster and more accurately when the tester is not testing the code properly?
r/cscareerquestions on Reddit: How do I test my code faster and more accurately when the tester is not testing the code properly?
October 11, 2024 -

I'm currently interning at a mid-sized startup, and I'm struggling with attention to detail in my coding. This has led to issues when my code goes into production, mainly because the tester on my project more often than not misses crucial elements. Unfortunately, this results in the code breaking, and I end up taking the blame. Itโ€™s really impacted my self-esteem as it's my first internship, and I feel ashamed to face my seniors, convinced that Iโ€™m not cut out to be a good developer.

I want to take responsibility for my work and improve my skills, especially in testing. Iโ€™ve been looking into Test-Driven Development (TDD) but am unsure how to effectively incorporate it into my workflow. Any advice on how to get started with TDD or improve my testing practices would be greatly appreciated!

Top answer
1 of 5
21
I manual QA all my code then i give it to my QA then my QA asks me how to test it so i walk them through and test it myself again ๐Ÿคทโ€โ™€๏ธ
2 of 5
9
You should generally be testing your code, but also your team shouldn't be in a situation where one person can break the build on their own. In terms of good software engineering practices, you should have a QA (which you do), automated testing which is required to pass before you can deploy your changes (if you do have this, then you should be writing more automated tests to cover the edge cases that are currently slipping past), code reviews (where things like bad code or missing tests will be caught by more senior developers), and a reasonably robust way of looking at processes not people when something does go wrong despite all that. As an intern or a junior, you're going to break stuff (hell, most seniors break stuff too, they're just better at fixing it quickly/they're less likely to let it weigh them down). If you're interning somewhere with bad practices, you're going to learn a lot more than you would otherwise, precisely because you'll be breaking stuff and learning what not to do in a way that having stuff caught in code review just doesn't teach as well. As far as what you can do today, in order to improve your code quality: talk to one of the seniors on the project and ask what they recommend. They'll know the project better than someone on reddit, and they might well tell you that you're actually doing fine and it's not a problem. If you don't get useful advice, then you have a bigger problem than anything code-related, which is that your team's culture is unhelpful. However, you can still take other steps to improve your code. Better automated testing (learn about the 'test pyramid'), reviewing your own pull requests (hard to do but useful to learn), taking a bit more time on tickets so you have more capacity to consider the edge cases, and so on. These will also all become easier with time.
๐ŸŒ
Static.app
static.app โ€บ html-test
HTML Code Tester - Static.app
Use our free HTML Tester to instantly test, debug, and refine your HTML code. No installation is required, making it perfect for web developers.