Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

What is And Why to do Regression Testing ?

What is :- Regression testing ensures that quality of software is not disturbed because of the changes made.. Regression testing is used to ensure effectiveness of fixed bugs in the Application. Which means when a tester finds the bugs in the appli

Can't enable virtualization on my system (HP probook 4530s)

Hi there, I am not able to enable virtualization through BIOS as I am getting grey text there (for the virtualization option) and not able to click on the checkbox. Once earlier when I was using windows 7 I setted up pre boot security password for i

Create HTML table from datatable in C#

Here i am displaying you a demo of creating a html table using all the columns and rows of datatable in c#. Suppose we have a datatable which contains data regarding items and we want this data to be sent to users through email as html(email`s body

Generating Charts from Data in MMSQL and sending them as attachment (PDF) in email

I am currently in a state of doubt whether I am doing the things in the right way. Basically, I have a task where data which is stored in a normalised db in MSSQL needs to be queried for so as to display them in different charts. These charts th

iOS UITableView Basic using Swift and Xcode 8-Video Tutorial with Example

In this iOS Video Tutorial talk about the basic of table view in iOS and iOS 10 using hardcoded value and basic array using SWIFT 3.0 and XCode 8. In our Next Video Tutorial, we will talk about iOS UIPopover Viewcontroller Using Swift

Python TypeError: object of type 'NoneType' has no len()

I was unable to find what is wrong in the following code, The error msg is "object of type 'NoneType' has no len()"   My Code ------> A=[31,22,14,15] def merge(list1,list2): output=[] i=0 j=0 length1=len

How to sort the array of objects by date in ascending and descending order using Javascript?

To sort the array of objects by date in ascending and descending order, we are using JavaScript sort() method , as discussed earlier. Below is the code to provide the same functionality. <!DOCTYPE html> <html> <body> <p>Clic

Program for Bubble Sort elements in Ascending Order

Program for Bubble Sort elements in Ascending Order Definition:- In Bubble sort each element compares with the other elements until finds its correct order place. This is repeated until all elements are in the order. //Header Files #include&l

return address of local variable or array

in this code I am trying to return the address of local array(c[100]) ,complier was showing me error of returning address of local variable but when changed the datatype from int to static int it works fine.whats the reason behind this? #include<

How to Change Array List to Integer or Double in JAVA Program

Hi   How can I change an array list to integer or double?   this is my code and i want show answer like a number and i use it not just print it...   import java.util.*; public class JavaApplication28 { public static void ma

1 24 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: