what is Agile Testing and who will involve and when will u
perform this testing ??
Answer / sri
Agile testing is a software testing methodology or software
development process model.
Agile model has cross functional teams who involves towards
a common goal.(A group of people from different expertise)so
there will be smaller teams and each team will have
Developers,Testers,BA,Client representative etc.
When the project has strict deadlines and limited amount of
time for each task .
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the metrics available?
How to write test case from the MS word on Creating a new document called Good world ?
When we should continue testing?
What is the difference between QA and testing?
If an organisation wants to go for an automated testing basically for Functional testing by using QTP. then at what stage they should proceed for Automation testion. However a vast experience is there in the field of manual testing.
what type of documents do u prepare during testing
what is the difference between RDBMS and DBMS
Any applications in the market to help quality test team members communicate with each other?
Anything you know about host file
Can Regression test be done at all levels
What is Mutation Testing? Is it white box or black box testing. This is what I think about mutation testing..It is the testing done after the code has been modified in an application( after geting defect complain from clients)with the same test cases and same old test data... Please correct me If I am wrong...............
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