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

Search In

What is End to End Testing?

End to End Testing Unlike System Testing, End-to-End Testing accepts the software framework under test as well as checks it's integration with outside/external interfaces. Thus, the name "End-to-End". The reason for End-to-End Testing is to practice

What is a Template in Joomla?

Template is one of the type of Joomla Extensions. It represents your site look i.e., layout of your site. Templates are of two types: one is Front-end Templates and other is Back-end Templates. Template Types Front-end Templates: Front-end templat

Choosing Between belongs_to and has_one

If we have has_one relation between two models then we need to declare belongs_to relation in one model and has_one relation in another model. belongs_to will be declared in the model where we will have the foreign_key and has_one in the other model

What is End to End Testing Process and Activities?

End to End Testing Process The following outline provides a review of the End to End testing process:- Below are the key activities covered in End to End Testing are:- Investigation of end to end testing necessities. Test Environment setup and

How to get time intervals in hours between start time and end time in objective C

If we want to get the time intervals between the start time and end time then use the following code- it will return the array of hours according to the start time and end time. + (NSMutableArray *)getTimeIntervals:(NSString *)startTime andEndTime

How to get the file format/extension of file in PHP

Getting the file format or extension of any file can be done by various ways, In PHP you can use the one way as written bellow $FileName = explode('.', $_FILES['photo']['name']); $FileFormat = end($FileName); Using the explode your $FilesN

Inheritance in Ruby

One of the fundamental aspects of Object-oriented programming is inheritance. Inheritance lets a class inherit properties from another class. Child class acquires behaviours from its parent class. This means the child classes will automatically have

How to swipe in Appium ?

Swipe is one of the basic functionality in any mobile application and in order to automate the mobile application the swipe functionality should be successfully implemented. Appium has a wide range of libraries and a method to swipe the screen is al

Associations in Rails Model

Associations in Rails Associations are an important part of each Active Records. It makes coding easier and relations clean. Lets take an example of Blog. A Blog can have many comments. So if you delete blog its associated comments also needs to be

Polymorphic association

Polymorphic association is little tricky to understand among all the rails association. Using this association one model can have belongs_to association with more than one model in a single line of association. As for example in a social networking s

prev 1 3 140
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: