
Search In
Sanity testing is a software testing technique which is performed by the test team whenever a new build is received for testing. The main objective of this testing is to check if the section or code of the application is still working with a minor ch
“Server.Transfer” vs “response.Redirect”
Server.Transfer
The sequence of transfer in Server.Transfer:
1)The transfer is done by the server.
2)Suppose there are two asp.net pages Webform1.aspx and Webform2.aspx. The navigation from Webform1 to Web
Directing System.out.println() output to a file instead to console in Java.
The internal working of System.out.println():
System: java.lang package contains the class System with it's definition.
out: out is a public and static variable of Sys
AngularJS is a framework ( client-side ) for web applications that embeds HTML, CSS and Javascript. It basically focuses on:-
1.Coding data access, Reading, form validations - are some functions in which many people are not good at while doing all t
The dynamically generated option in the select box with angularjs is done with the following code :
We can populate the options inside the select box and on selecting any value from the select box it reflect to some event. It will show the
Java Reflection
The run time behaviour of a class can be examined and modified at run time,this process is called java reflection. To examine and change the run time behaviour of a class java.lang.Class is used which provides many methods
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n
I’ve just created second view controller class by extending from the UIViewController class. However, it doesn’t differ from the parent class until we add our own variables and methods. There are a couple of things we have to change:
A
What is Agile methodology?
Traditional software development methodologies work on the premise that software requirements stay consistent all through the project. But, with increment in complexity , the requirements undergo various
Rails 5 is soon going to release. Many New features have been introduced in this major release. We will discuss the improvements and features here.
1. A few improvements have been made in Turbolinks. Tubrolinks allows us to reload required cont
