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 |
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
0 Answers QA, SmartData, Yahoo,
What is good code?
What are the differences in testing a client-Server and a web Application
In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?
Hi, can any tell how a tester can be judged? i have to interview a tester, how should i judge whether he has a justified experience or not? how a person with 3 years of experience in manual testing can be judge?
what is the good test case and bad test case tell me with an example
how to intaract with clint? which purpose? plz tel me
How would you determine the performance of a web application by looking at the values of ‘Response Time’ and ‘Pages per Second’? What do you understand by the terms ‘Response Time’, ‘Pages per Second’, ‘Transactions per Second’?
State a generalized process for load test? Or explain how you did it previously.
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?