Home > Miscellaneous (Page 7)

Difference between Block and inline level elements

Nearly all HTML elements are either block or inline elements. The characteristics of block elements include:Always begin on a new lineHeight, line-height and top and bottom margins can be manipulatedWidth defaults to 100% of their containing element, unless a width is specifiedIgnores the vertical-align propertyInline elements on the other hand have the opposite characteristics:Begin on the same lineHeight,

This Article is TAGGED in , , . Read more

Performance testing (free online tools)

What is performance testing? Performance testing is a non- functional testing to test how your system behaves when multiple tasks carried out at a time or multiple users use the system at a time or to check the response time of your system.  It involves quantitative test related to various

This Article is TAGGED in , , , . Read more

Method Overriding in Java: – PART-2

 Real example of Java Method Overriding:-Consider a scenario, Bank is a class that provides functionality to get rate of interest. But, rate of interest varies according to banks. For example, SBI, ICICI and AXIS banks could provide 5%, 6% and 7% rate of interest. [crayon-67383b066c600829529871/] [crayon-67383b066c606590428546/]Advantages of method overridingThe main advantage of

This Article is TAGGED in , , . Read more

How to test newsletter?

How to test newsletter?The newsletter is to promote their services/products, to update about recent activities of user interest or in the intention of advertisement to the subscribers or user who opt-in to it.Now a day’s many templates are available in the market so clients can use them and circulate the

This Article is TAGGED in , , , . Read more

How to install selenium webdriver On windows 10

Steps to install selenium WebDriver for windows. Step 1) Install java on windows machine (JDK) First verify whether java is already installed on your machine or not go to command prompt and type command "java -version" and press enter. if java is already installed on your machine then system will give you output

This Article is TAGGED in , , , . Read more

Bug or defect life cycle in software testing.

What is a bug or defect life cycle in software testing?Bug or defect life cycle is journey of bug through and fro from various states till it will get fixed properly and closed by tester. The flow or stages of bug life cycle vary from company to company. It can also

This Article is TAGGED in , , , . Read more

Download free sample test case template

The test case (excel) template is still be using by small startups who cannot afford tools available in market and having too small team to use open source tools available or fresher’s who are new in software testing fields. The excel template can be used commonly by a team with OneDrive

This Article is TAGGED in , , . Read more