Answer Posted / shyam
s.No|Module Name|Descryption|TCID|steps to
reproduce|input|status|Date of Execution|comments
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Enlist some of the key challenges that are faced while performing software testing.
Why are you in qa?
How u r estimating the budget 4 the project?
What are the tests activities that you want to automate in a project?
Mention what are the test artifacts involved in qa?
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
How would you prepare the test plan without srs?
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 basis set?
Performance Evaluation means..?
What is the testing lifecycle?
Hi I m working as a sqa engineer and after 1 yr i want to switch to system analyst side kindly tell me how both fields relate each other and is this easy to switch job from qa to system analyst and what's the difference b/w both fields.
Write down the differences between the responsibilities of qa and programmers?
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"
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