It’s been rightly said, “First Impression is the last one”. Especially, when we are talking about online businesses; this think matters the most because there is no face to face communication. So, ...
We can do validation of a form which is created in html by using javascript. In below example if we do not put any thing in fname field, then validateName function will alert a message that Name field ...
The column which now shows #NUM! had values like 20000, 4000. It earlier had values like mentioned above. I copied a row, pasted it in another row and darn! It got messed up... FYI- This sheet uses ...
Hello Readers... By this blog i am trying to explain the difference between static testing and dynamic testing. I hope this way of presenting is very easy to understand for all the test engineers.
V-Model stands for the ‘Verification’ and ‘Validation’ Model. Same as the waterfall model, V-Model also applied as a consequent life cycle model. In the V-model, every stage should be accomplished ...
Hi all, Below is an example, how to make star rating using pure css. CSS - .rate { float: left; } .rate:not(:checked) > input { position:absolute; top:-9999px ...
I am using PDFKit to display my pdf files. I've integrated the searching functionality but I want to search only bold texts/words. I'm wondering is it possible to do what I'm looking for or does Apple ...
A Software tester/analyzer (software test architect) should to be fit for designing test suites and ought to be able to understand usability bugs. Such a tester is relied upon to have sound ...
It is obvious that most of the time we find unwanted object color in our image, not matching with other color or you have to change it for some reason, now the question is how we are going to change ...
In MongoDB if we need to find record with certain pattern, then we can use regular expression. It is also "like" query in SQL. e.g. If we want to find user email matching with "findnerd.com" pattern.
As far as Android platform is concerned, the fundamental building blocks rely on activities, too. They make it possible for a user to interact with an app. Besides, they also play a big role in how a ...
Splash Screen is the first screen of your app or you can also call it the intro screen of your app. It is a graphical control window in which you can see the logo of your brand or an image and the ...