
Search In
What Is Structured Walkthrough In The Software Testing ?
Structured Walkthrough is a kind of static testing approach which is executed in a systematic way among the group of peer to analysis and consult the professional appearances of the ap
State Transition Testing is a kind of black box testing approach. In this approach the outputs are provoked by the changes to the input circumstances or changes to the situation of the system. In other words we can say that tests are considered for e
Stored Procedure is already written queries which are saved in database. If you want to use any SELECT, INSERT, UPDATE, DELETE query multiple times then you can put your query in stored procedure and use it anywhere. You can execute your stored proce
ReactJs is a facebook library which is developed to handle views for the web and mobile applications. To implement React in your Asp.net MVC application, first, user need to add the ReactJs references in your application.
As I am creating
Whenever you open any website, you see an small icon or image on left side of the window tab, That small icon is called Favicon. If you have not noticed earlier,then just open any website and check.
For an example: open www.w3schools.com and see on
Localization:
Adapting a product to local and regional market called localization.
Sometimes it is referred as l10n.
A characteristics of development and testing related to the translation of the software (product) and its content to the e
Defect:
Defect is any flaw in the software system,when there is a difference between expected result and actual result.
Defect can be classified into three categories:
Wrong
Extra
Missing
Wrong: The software does something that the p
Hey guys, Welcome back to "Part 2 - Types on Mask in Photoshop".
OK Let's get started.
Question 1: How to Apply Layer Mask?
Well, It is simple.
I have an Image on layer 1 and on the next layer i have written my name "ABHISHEK".
I want the image t
Asp.Net MVC is currently used and much embraced architecture in software development. It offers a layered approach to development by it's default configuration, and facilitates unit testing also.
Parameters are variables that are passed into a function which defines how something should be done. The values which are passed into the function are known as arguments.
There are five methods of passing the parameter:-
Value type
