what are the factor taken under website testing manually?
Answer Posted / madhukar9823
check browser compatibility with the web site
check for the correct domain.
providing valid web site or note
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
What is Test Design?
Work flow in testing in your company?
any one giv test cases for wordpad using equivalence class partioning
what exactly is heuristic checklist approach for unit testing?
What is an inspection in software testing?
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
how to indentify memory leakages after the build
How do you know the code has met specifications?
What is revision history and the content of revision history table?
how to test a web application manually?can u explain indetail?
Can you explain equivalence partitioning?
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
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?