Answer Posted / surii
Test strategy details the way of testing is going to be
carried out in the project.
It gives the details about test methodologies, test
techniques that performed on the project.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What if the application has functionality that was not in the requirements?
What is coding?
What should QA require of Development?
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
Describe the benefits of agile testing.
How can new software qa processes be introduced in an existing organization?
What is a bug life cycle?
Explain what are test driver and test stub and why it is required?
What is random testing?
wht type of intersting things sqa have or what is intersting abt sqa and how it will be advanategous for us as a sqa engineer?
What are the types of testing can be performed on facebook login page?
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
What are the advantage and disadvantages of automated testing?
What test strategy followed in your project?
What are the contents of test plans and test cases?