What are starting link to test while website testing?
Answer Posted / prashant
Hi
First type the website URL, and check the compatibility of
website on all different browsers, i.e.
IE6,7,mozilla,safari,etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is grey box testing?
What are the main key components in web applications?
Can anyone list out major scenarios for an application managing drug composition?
Which are the standards for software test plans?
What is virtual creation tool?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
What are the modules of quality center?
What is an entry criteria?
what is the common in all s.o.p (standaed operating procedure)?
Tell me the SRS based review,brs based review
what is the impact analysis?
what is metrics in software testing? give me a brief detail about it?
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?
What impact ratings have you used in your projects?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain