How to use selenium to check for google analytics on a web page

I have used xpath to verify if a particular string is available on the web page.Using the same concept I am now able to verify if google analytics code is available on the web page. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 2/19/2010 at 12:05 PM
Tags: , , , ,
Categories: Software Testing
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Create XML files from excel data sheets

Here is an example that shows you how to create a xml file from excel data (xls) using macros. Print #FileNum, Cells(1, 1); ' Print #FileNum, "" For r = 3 To 327 Print #FileNum, "" Print #FileNum, ""; Cells(r, 2); "" Print #FileNum, "Classified Feed" Print #FileNum, "" [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 5/31/2009 at 3:43 PM
Tags: ,
Categories: VBA Macros
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (3) | Post RSSRSS comment feed

Export xls data in csv format or tab delimited format

Here is a macro that will help you export the data from your excel sheet to csv format or tab delimited format. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 5/31/2009 at 2:23 PM
Tags: , , , ,
Categories: VBA Macros
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (31) | Post RSSRSS comment feed