Answer Posted / kadali.anitha
color of the pen
logo of the pen
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
About Hierarchy level in your company.
Why should you care about objects and object-oriented testing?
few automation basic questions One question to write a scriot in any language you know.
What is an error?
What is a ‘test plan’?
How do u go about testing of web application?
Write 2 scenarios for Integration testing? Please let me know its urgent.
Are there more defects in the design phase or in the coding phase?
Explain the manual testing process?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
value momentum
tell me some major and minor defects in ur net banking project?
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
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?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain