Monthly Archives: January 2012

Home/2012/January

Selenium With Android – 360logica Exclusive

2013-01-24T08:49:20+05:30

The Android Driver uses the RemoteWebDriver. The client side is your test code. The server side is an application that gets installed on the android emulator or device. It uses the RemoteWebDriver Server component and embeds a light-weight HTTP server (Jetty). The client and the server communicate using the Wire Protocol which consists of REST requests using JSON over HTTP. The application executes the tests in the context of an Android WebView...

Selenium With Android – 360logica Exclusive2013-01-24T08:49:20+05:30

Cloud Computing and Testing Cloud based Applications

2017-04-20T13:51:45+05:30

Cloud Computing is all about running your application in shared data centre. Cloud of online resources... comprises of SAAS, Platform as a service (PAAS), Infrastructure as a service (IAAS), Centralisation of

Cloud Computing and Testing Cloud based Applications2017-04-20T13:51:45+05:30

Selenium With iPhone – 360logica Exclusive

2013-01-24T08:49:39+05:30

The iPhone driver allows testing on a UIWebView (a webkit browser accessible for 3rd party applications) on the iphone. It works through the use of an iphone application running on your iphone, ipod touch or iphone simulator...

Selenium With iPhone – 360logica Exclusive2013-01-24T08:49:39+05:30

How to write a good bug report? Tips and Tricks

2013-01-10T12:25:59+05:30

Why good Bug report? If your bug report is effective, chances are higher that it will get fixed. So fixing a bug depends on how effectively you report it. Reporting a

How to write a good bug report? Tips and Tricks2013-01-10T12:25:59+05:30

Client-Server and Web Based Testing

2013-01-10T12:25:05+05:30

CLIENT / SERVER TESTING This type of testing is usually done for 2 tier applications (usually developed for LAN). Here we will be having front-end and backend. The application launched on

Client-Server and Web Based Testing2013-01-10T12:25:05+05:30
Go to Top