BigSnowBall.com

Because Snowball Was Taken

Here are my initial findings for the question: Can InfoED be automated using Selenium so that you can build proper test plans?

InfoED uses popups quite a bit, so I do not know yet what problems those might produce. One step at a time.

In my RSS view, I want to set the rss publication date using a CCK field instead of using post date.

Using the Views PHP plugin, this is my output

For my RSS view, I wanted to use the body field for the RSS description element. I’m using Fields for the row style in the view and choosing a field for each RSS element. If I simply use the body field, it comes out wrapped with paragraph tags. I don’t want this.

To get around it, I’ve installed the View PHP plugin and created a Globals:PHP field with this for its output:

I’m building a view for an RSS feed field by field. I want my GUID to match what I get automagically when I use the RSS view mode.

In particular, the GUID looks like:

[nid] at [base_url]
492 at http://mywebsite.com

Using the Views PHP plugins, I was able to get what I wanted using this code in the PHP output field:

I’m using Realname which is overriding the User:name field in my view.

Using the Views PHP plugin, I was able to locate the username with this:

If you find yourself needing to run an ASP script through IIS, these are good instructions for installing IIS with ASP support.

http://www.codeproject.com/Articles/43132/How-to-Setup-IIS-6-0-on-Window…

Pages