What is an IDE?
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy
IDE-Integrated Development environemt
| Is This Answer Correct ? | 3 Yes | 1 No |
An integrated development environment (IDE), also known as
integrated design environment and integrated debugging
environment, is a type of computer software that assists
computer programmers in developing software.
IDEs normally consist of a source code editor, a compiler
and/or interpreter, build-automation tools, and (usually) a
debugger. Sometimes a version control system and various
tools to simplify the construction of a GUI are integrated
as well. Many modern IDEs also integrate a class browser,
an object inspector and a class hierarchy diagram, for use
with object oriented software development. Although some
multiple-language IDEs are in use, such as the Eclipse IDE,
JDeveloper, Code::Blocks, Komodo IDE, NetBeans, Borland
Developer Studio, KDevelop or Microsoft Visual Studio,
typically an IDE is devoted to a specific programming
language, as in the Visual Basic IDE or in the WinDev IDE.
An example for a multiple-language IDE, Eclipse's base
installed language is Java. It also has plugins for C/C++,
Python, Perl, Ruby, Fortran, Cobol, PHP, JSP/Servlet, J2EE,
OOD/OOP design tools and many more plugins. These all can
be installed on the same IDE at the same time. They all
have their own debugger and integrated IDE options.
| Is This Answer Correct ? | 3 Yes | 2 No |
INTEGRATED DEVELOPMENT ENVIRONMENT:
IDE(integrated development environment)is a software application that provides comprehensive facilities to computer programmers for software development.
An integrated development environment also known as integrated design environment, integrated debugging environment or interactive development environment.
An IDE normally consists of:
1. a source code editor.
2. a compiler and/or an interpreter.
3. build automation tools.
4. a debugger.
The boundary between an integrated development environment and other parts of the broader software development environment is not well-defined.
Sometimes a version control system and various tools are integrated to simplify the construction of a GUI.
Many modern IDEs also have a class browser, an object inspector, and a class hierarchy diagram, for use with object-oriented software development.
| Is This Answer Correct ? | 0 Yes | 0 No |
What r the properties of Radio Button and Table Grid?How do we test Table Grid?
When do u stop testing?
where do you write the test cases
Suppose i want to test an application with in three week, how i will prepare test strategy for this testing.? which testing types should i follow?
suppose the product/appication has to deliver to client at 5.00PM,At that time you or your team member caught a high severity defect at 3PM.(Remember defect is high severity) But the the client is cannot wait for long time.You should deliver the product at 5.00Pm exactly.then what is the procedure you follow?
what is work break down structure?
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B
what is cross project reference what is entry and exit criteria for login page.
What is the difference between Incident and Defect. Anybody can answer it. Thanks in advance.
10 Answers iFlex, Kameda Infologics,
What is Mutation testing? When it can be done?