Answer Posted / ambhoj
Validation is done after verification
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What if the software is so buggy it ca not really be tested at all?
An automated bank teller system?
Why regression testing is important?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
what is the SOAP UI and Web services? what are the uses in testing?
What is basic block?
What are the table contents in testplans and test cases?
list potential risks that you have identified so far in Banking domain
How do you audit configuration management
What is conversion testing?
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
What would you do if you have a large suite to execute in very less time?
Field level test cases are developed using AF TOD to validate individual fields on a screen using a black box testing methodology. IN THIS CONTEXT WHAT IS "AF TOD"
What is specification-driven testing?
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