CSC/ECE 517 Fall 2011/ch4 4e cl: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


=What is Software Test=   
=What is Software Test=   
=Why need Software Test=
=What is Rails=
=What is Rails=
=What support provided by Rails=
=What is a Fixture=
=Category=
==Unit Test==
==Functional Test==
== ==
   
   




==Ruby==
<ref> [http://www.ruby-lang.org/en/about/ http://www.ruby-lang.org/en/about/] </ref>
==Some Key Features of Ruby== 
<b>Interpreted</b><ref>http://www.ntecs.de/old-hp/s-direktnet/ruby_en.html</ref>
<b>Portable</b>
<b>Untyped</b>
<b>Automatic memory-management (garbage collection)</b>
<b>Advanced OO-concepts and features</b>
=What is an IDE=
=Popular IDEs for Ruby=
===<b>Eclipse</b>===
===<b>Aptana RadRails</b>===
===<b>RubyMine</b>===
===<b>NetBeans IDE</b>===
=Comparison of Different IDEs for Ruby= 
===Features===
===Refactoring===
===Version Control===
===Editing===
===Shortcuts===
Here we choose some representative shortcuts instead of listing all.
====Eclipse====
====Rubymine====
====NetBeans====
====Radrails====





Revision as of 21:24, 16 October 2011

CSC/ECE 517 Fall 2010/ch1 1a lj


Introduction

In this Wiki, several kinds of Integrated Development Environments (IDEs) for Ruby language are shown and their features are compared.

What is Software Test

Why need Software Test

What is Rails

What support provided by Rails

What is a Fixture

Category

Unit Test

Functional Test

Conclusion

References


<references/>