Trace to customer requirements - what type of testing it is..
a.tracebility testing b.white-box testing c.block box
testing d.regression testing
Answer Posted / rajendra prasad reddy penumall
Black box testing
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
What are the actual QA processes run in software compamy ?
Write down the differences between the responsibilities of qa and programmers?
How is adhoc testing different from exploratory 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
What should QA require of Development?
Can you build a good audit trail using Compuware's QACenter products. Explain why.
How can new software qa processes be introduced in an existing organization?
List out the software quality practices through the software development cycle?
How is retesting different from regression testing?
What is the best tester to developer ratio?
What do you understand by ‘test effectiveness’ and ‘test efficiency’?
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?
What are the defects found in testing banking domain?
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