Techbirds | Knowledge Hub | Page 22
Posted on: May 15, 2014 /
Categories: Testing / Author Name: Ankan Sithole
Software Testing Life Cycle (STLC) is a very important concept that we need to know if we wants to understand testing process in detail. Many people think testing is a static task and finds it boring, but it is definitely not. STLC shows the different phases which are essential for
Read More →
921 total views, no views today
Posted on: May 14, 2014 /
Categories: PHP / Author Name: Rahul
I recently needed to display a list of authors within a WordPress blog. The goal was to sort the author list by number of posts before outputting the list. The method for calculating number of posts isn’t a sortable key within WordPress’ get_posts, so I had to sort the result list myself. PHP’s usort method, along with a
Read More →
599 total views, no views today
Posted on: May 14, 2014 /
Categories: Testing / Author Name: Ankan Sithole
White Box Testing (WBT) is also known as Code-Based Testing or Structural Testing. White box testing is the software testing method in which internal structure is being known to tester who is going to test the software. White box testing involves the testing by looking at the internal structure of the code & when you completely
Read More →
977 total views, no views today
In this post, I am going to explain you how can we get all information of uploaded files like name,size,type on button click. In this form,we have two button 1) Input type file button through which we can upload multiple files 2)Input type button: On click of this button we call getFileNames() function 3)getFileNames() function gives the
Read More →
802 total views, no views today
Apple Inc. recently bought Burstly Inc., the makers of popular mobile app testing platform Test Flight and an in-app ad management platform called Sky Rocket. Test Flight is actually one of the most widely used independent app testing platforms and now it is brought inside of the Apple ecosystem. Starting on March 21, Test Flight
Read More →
471 total views, no views today