What are the diffrent testable item in web testing,database
testing?
Answers were Sorted based on User's Feedback
Answer / g.v.prasada rao
For Checking every web application contains both standard
and non standard objects during functionality testing of
web application, we have to check all these properties. In
every web application non-standard objects are existed as
specified below.
1.Browser:- The properties of web brower including tool bar
and U.R.L. are checked.
2.Page:- Total web page is considering as a page.
3.Text link:- If we click on a link , alink is open this
contains no. of sub links is called as text link.
4.Image Link:- If we click on a image , a link is opened is
called as Image link.
5.Broken Link:- If a link is open after clicking on a link
and which doesn't contains any sub links.
For Databse testing , we have to check our data beased on
the requirement and all the data is correct and for further
testing.
When ever we want the data then we retrive the data and
use the data for that purpose only we are using data bases
using oracle or SQL querries/
| Is This Answer Correct ? | 1 Yes | 0 No |
What about the test case if the field only takes a certain number of characters or a minimum number?
What is the difference between volume and stress?
What SQL statements have you used in Database Testing?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
how can we test an application to know the expiration period (i.e,below or equal to expiry-date it shud work and above it shud fail). [assume this s/w app'n validity period is 2months]
what are the microsoft six rules for usability?
Explain BVA and ECP?
Can anyone have some better answer for this.. Difference between Boundary value analysis & Equivalence partitioning?
What is Equivalence Partitioning and Boundary Value Analysis. Is Boundary Value is subset of Equivalence Partitioning??
Should I write test case for sorting items? [If there are 1000 items & I have to sort them by name, code etc..]
What is the difference between Client server and web based systems?
What is the difference between Functional testing and Functionality testing?