
Search In
Predicting the future is easier said than done, yet it’s an interesting exercise to research and look for information that could hint what might be the hot tech advances impacting the tech industry and our personal lives. As we step in the new
I tried to run the below code
public class TestSelendroidApp {
public static AndroidDriver driver;
public static void main(String[] args) throws MalformedURLException, InterruptedException {
File app = new File("E:\software\selendroid-t
In my previous blog How to use Limit clause in MySQL Query, there is explanation of LIMIT clause and its use with SELECT statement. This article explains the use of LIMIT with ORDER BY clause to get 'n' number of Highest and Lowest records in MySQL.
ASP.NET has a pool of threads to service incoming requests. Once a new request is received a new thread is picked from the thread pool to service this request and this thread cannot serve any other request until the current request gets completed.
JavaScript parseFloat() function : The parseFloat() function is used to get the floating point number from a passed string. It first parse the string and then return the number as a decimal number.
Syntax of parseFloat() function :
parseFloat(para
STEP I- Website Optimization
(One Time Effort During Development)
Enhancing technical aspects of website (On-site) is the first SEO move. Your focus should be to optimize your website for high user friendly experience and make it readily availab
Middleware is one of the important part of any application. The code which we want to stick between request/response life cycle which is not necessary part of our application logic. That is called as middleware.
Let take a example to know more about
The approaches that we use for bug isolation are :-
1- Bottom-up Approach
2- Top-down Approach
3- Bisection Approach
4- Refinement Approach
Bottom Up Approach:- The bottom-up approach is used when testers have an intuition about the items of the de
Android gives us the facility to copy and paste the data by providing clipboard.
We can copy text, binary stream, images or other data.
Android provides ClipboardManager to handle all this.
We have to instantiate the object of ClipboardManager by
NGUI: Create Custom Atlas
When we install NGUI in our game it contains some built in Atlas such as - Fantasy, Refractive, SciFi, Wooden. We use them to create buttons, image buttons, progress bar, popup list, scroll bar etc., in which we can only us
