Can the static testing be done for both web and client
server application?
Answer Posted / g
Static testing can be done for whatever applications.
Static testing can be completed by reviewing the
requirement documents, instection, workthrough meeting and
code review by developers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write test cases on duster
What is bug severity?
What is black box testing, and what are the various techniques?
What are the advantages of black box testing?
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
Write the test cases for file transfer from one user to other from Google Drive/drop box?
write test cases on wall
Should testing be done only after the build and execution phases are complete?
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
what is acid testing?
what is mean by Performance Related Testing in data base?
What is boundary value testing? Give an example.
How do you test google or gmail application??tell me step by step process??
How can software qa processes be implemented without stifling productivity?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?