
Search In
To check the version of joomla you are using includes various steps depends upon the version of joomla you are using. So here various steps are given according to the joomla version
Joomla 1.0.x:
Login to the backend of your site(admin section of
What is Volume Testing ?
Volume testing comes under the non-functional testing group. Volume testing tests an application/software for a confirmed data volume or any product with specific quantity of facts or data. For exp, if we want to volume test
What is Security testing?
Security testing is a method by which tester try to find loopholes in the application . The main motive while performing security testing is to make the application secure for public or private use and to make sure that o
What is Defect Density ?
Defect Density is measured as the number of bugs or defects detected in an element or system divided by the size of that element or system. In normal measurement terms, it describes all line of code, or the quantity of class
What Is Performance Testing ?
Performance testing concentrates on performance Engineering, an introducing computer application or computer science exercise which conflicts to build performance into the pattern or design and framework of a procedure,
What is Agile Model ?
Agile model comes under the incremental model. Every application or software are expanded in the progressive or incremental way, quick period. In the agile model effects or impacts are appears in short growing or incremental rel
In Javascript , getTime() method return the numeric value ( in milliseconds ) corresponding to the time for the specified data according to universal time . Through this method you can assign a date and time to another Date Object. Basically this me
Retrieving data from Single table:
// Getting db connection.
$db = JFactory::getDbo();
// Create a new query object.
$query = $db->getQuery(true);
$query->select('*');
$query->from($db->quoteName('#__tablename')); // table name withou
JavaScript strings are used for storing text and manipulating it.
A JavaScript string is used to store a series of characters like "Pranav Chhabra".
A string can be any text inside quotes
Example
<!DOCTYPE html>
<html>
<body>
&
Using this SQL Top statement we can select the topmost( first element from top ) element from the table in database . We can also select one or more element from the top in a table . This clause tell how many rows is returned .
Syntax ->
selec
