what is the difference between Developer environment and
Test environment?
Answer Posted / anu
Development environment is the environment given for
developers for deploying there code wherein they deploy the
code and test
Testing environment is separate environment which is given
for testers to Test the AUT(Application Under Test)
So that Dev Box and Testing Box has its own identity and purpose
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
What is the responsibility of programmer’s vs QA?
how to test a web application manually?can u explain indetail?
What is bottom-up approach?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is smoke test? Do you use any automation tool for smoke testing?
Do we have any certifications for ETL Testing ?
What are testing techniques? What is difference between general and specific?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
what is quality Factor
What is actually a rule based testing
Give an example for pre testing and post testing ?