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 ...
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 ...
When i am using singalr client sdk in android studio its working fine emulator API 23, but when i am change emulator API 26 (Android 8.0 oreo) its shown error like ...
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, ...
Performance testing is complicated and Costly due to huge resource requirements and the time taking process. So performance testing require careful planning and a robust methodology. Performance ...
No postings in this category.
Home >> Nerd Digest >> .Net Most Viewed 58.5k C# .Net : How to convert strin 41.9k How to set favicon in Asp.net 41.4k Sending WhatsApp Message in .N 40.2k ASP.NET MVC: How to Check Sess 35.2k Convert ...
The testing which can be performed in a document is known as Documentation testing and is part of non-functional software testing. Documentation plays very important role in the success of Software.
No postings in this category.
In below example I have written Python script to Include the default begin date in OpenERP. You can directly use the below sales module in your addons and run in Odoo server.