10个代码在线运行测试工具

简介: VIPER7 CODEPAD You can also refer to this application as Codepad. If you register with these guys, you can use their personal storage system.

VIPER7 CODEPAD

Viper7 Codepad

You can also refer to this application as Codepad. If you register with these guys, you can use their personal storage system. You can save your PHP projects and they will be hosted online for free. Moreover, you will not require any software on your computer to run this application. So give it a shot.

IDE ONE

IDE One

They support many languages including Objective-C, C#, VB.NET, SQL, Java and the likes. You can quickly debug your codes on the same page no matter what language it is in and that is the good thing about this one. Your code can be saved via a URL which can then be shared across the web if you so feel like it.

GOOGLE CODE PLAYGROUND

Google Code Playground

Most of the developers out there are not familiar with this one. This one grants you full access to your API and you can even debug your code in the same window. The best part is that you can pull data from the biggest products offered by Google for example videos from YouTube, markers from Google Maps and even posts from Blogger.

JSDO.IT

Js

Does the name sound familiar? Yeah, we are pretty sure you guessed it. Anyway, with this application you can share your JavaScript, CSS3 and HTML5 code snippets. Note though that this app is not all that open compared to the others. You will have to go through a rather formal registration process along the way which will require you to connect to one of the social networks.

CSS DESK

CSS Desk

The setup to this particular application is pretty much the same as the others. You have your code on the left and rendered result on the right side. If you are building small templates, this one is absolutely brilliant. You can even download your code to your computer. If you don’t have any coding software, this might just be the perfect replacement until of course you find yourself an IDE software.

JSFIDDLE

JSFiddle

The names might sound familiar but please do not confuse it with the application below. This particular application features support for complex functions and might not be as simple as the one mentioned below. You can sign-up for a free account and save your code online. You can share your code via the popular social networks. Also, you do not need an account to start coding. You can start straightaway.

JS BIN

JS Bin

This particular application is a pretty simple JavaScript debugging console. You can share a private link with other developers and if you are lucky you might even get some help with your development. If you are not used to it, it might be a bit difficult to understand or use but you will eventually get used to it. There are tutorials available to have your warm up to the entire thing so it is not a problem.

TINKERBIN

Tinkerbin

This particular application will support coding in JavaScript, HTML 5 and CSS3. It will render the output directly on the screen. Although the application is still in its alpha phase, it works pretty much flawlessly. It will even catch bugs for you and fairly quickly too. This particular online web application will also support keyboard shortcuts which you don’t normally get to use with other apps so this is a huge plus this one has; saves you a lot of time.

WRITE CODE ONLINE

Write Code Online

If you click on the link above you will be redirected to the JavaScript editor. From there it is up to you what you choose. The choices are between JS, PHP and basic URL encoding. The application itself is very safe to use and is also lighter compared to the others. The best part is that you can see the results of your code underneath the text field all you have to do is hit ‘run code’.

CODEPAD

Codepad

This particular application was originally created by Steven Hazel. You can share code syntax across the web using this particular resource. You can copy and/or paste your code and share it online. You will be able to see any errors you might have made in the output screen and you can even change the language, and there are many options for that. If you are writing a really complex software, you might want to look into this one.

目录
相关文章
|
23天前
|
数据采集 机器学习/深度学习 大数据
行为检测代码(一):超详细介绍C3D架构训练+测试步骤
这篇文章详细介绍了C3D架构在行为检测领域的应用,包括训练和测试步骤,使用UCF101数据集进行演示。
29 1
行为检测代码(一):超详细介绍C3D架构训练+测试步骤
|
25天前
|
机器学习/深度学习 人工智能 监控
提升软件质量的关键路径:高效测试策略与实践在软件开发的宇宙中,每一行代码都如同星辰般璀璨,而将这些星辰编织成星系的过程,则依赖于严谨而高效的测试策略。本文将引领读者探索软件测试的奥秘,揭示如何通过精心设计的测试方案,不仅提升软件的性能与稳定性,还能加速产品上市的步伐,最终实现质量与效率的双重飞跃。
在软件工程的浩瀚星海中,测试不仅是发现缺陷的放大镜,更是保障软件质量的坚固防线。本文旨在探讨一种高效且创新的软件测试策略框架,它融合了传统方法的精髓与现代技术的突破,旨在为软件开发团队提供一套系统化、可执行性强的测试指引。我们将从测试规划的起点出发,沿着测试设计、执行、反馈再到持续优化的轨迹,逐步展开论述。每一步都强调实用性与前瞻性相结合,确保测试活动能够紧跟软件开发的步伐,及时适应变化,有效应对各种挑战。
|
2月前
|
Web App开发 JavaScript 前端开发
添加浮动按钮点击滚动到网页底部的纯JavaScript演示代码 IE9、11,Maxthon 1.6.7,Firefox30、31,360极速浏览器7.5.3.308下测试正常
添加浮动按钮点击滚动到网页底部的纯JavaScript演示代码 IE9、11,Maxthon 1.6.7,Firefox30、31,360极速浏览器7.5.3.308下测试正常
|
26天前
|
SQL 分布式计算 NoSQL
大数据-170 Elasticsearch 云服务器三节点集群搭建 测试运行
大数据-170 Elasticsearch 云服务器三节点集群搭建 测试运行
36 4
|
23天前
|
测试技术 Python
自动化测试项目学习笔记(一):unittest简单运行(初始化,清除,设置测试行为)
本文介绍了Python的unittest框架的基础用法,包括测试初始化(setup)、清除(tearDown)函数的使用,以及assertEqual和assertGreaterEqual等断言方法,并展示了如何创建测试用例,强调了测试函数需以test_开头才能被运行。
51 0
自动化测试项目学习笔记(一):unittest简单运行(初始化,清除,设置测试行为)
|
2月前
|
SQL JavaScript 前端开发
基于Python访问Hive的pytest测试代码实现
根据《用Java、Python来开发Hive应用》一文,建立了使用Python、来开发Hive应用的方法,产生的代码如下
67 6
基于Python访问Hive的pytest测试代码实现
|
2月前
|
Java C++
代码文件间重复性测试
本文介绍了如何使用代码相似性检测工具simian来找出代码文件中的重复行,并通过示例指令展示了如何将检测结果输出到指定的文本文件中。
|
2月前
|
测试技术 UED
软件测试的艺术:从代码到品质的探索之旅
在数字时代的浪潮中,软件已成为我们生活和工作不可或缺的一部分。然而,高质量的软件背后隐藏着一门鲜为人知的艺术——软件测试。本文将带你走进这门艺术的世界,从基础理论到实践应用,一起探索如何通过软件测试保障产品质量,提升用户体验,并最终实现从代码到品质的华丽转变。
|
2月前
|
敏捷开发 安全 测试技术
软件测试的艺术:从代码到用户体验的全方位解析
本文将深入探讨软件测试的重要性和实施策略,通过分析不同类型的测试方法和工具,展示如何有效地提升软件质量和用户满意度。我们将从单元测试、集成测试到性能测试等多个角度出发,详细解释每种测试方法的实施步骤和最佳实践。此外,文章还将讨论如何通过持续集成和自动化测试来优化测试流程,以及如何建立有效的测试团队来应对快速变化的市场需求。通过实际案例的分析,本文旨在为读者提供一套系统而实用的软件测试策略,帮助读者在软件开发过程中做出更明智的决策。
|
2月前
|
SQL JavaScript 前端开发
基于Java访问Hive的JUnit5测试代码实现
根据《用Java、Python来开发Hive应用》一文,建立了使用Java、来开发Hive应用的方法,产生的代码如下
69 6