Answer Posted / satheesh
QA Life cycle starts from the project Intiaton to the
Project deployment.There are different stages such as:
1)Assesing the development plan.
2)Preparing the Test plan.
3)Reqirement phase testing .
4)Designe phase testing .
5)Program phase testing .
6)Analyzing the test results.
7)Black box or functional testing.
8)Analyzing the functional test results.
9)Instalation testing
10)Testing the Test effectiveness of the process.
Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is specification-driven testing?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
'configuration related errors' in testing means what?
Will automated testing tools make testing easier?
what approach do you folllow in writing test cases?
What is a cause effect graph?
Have you ever managed writing the test cases without having any documents?
Enlist some automation testing tools.
pls post the questions for qa position in factset
Explain functions of quality assurance department.
How to test and to get the difference between two images which is in the same window?
Hi every body i am going to take the ISTQB Foundation level Exam on March 21th 2010, Could any one send some list of question papers and latest Dumps to My mail id: (saran_loyola05@yahoo.co.in). Advance thanks. Regards, Saran
What is backus-naur form?
Explain what is traceability matrix?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username