Wednesday, November 5, 2008

How to capture an object when its id changes in runtime environment?

In case, object Id changes in runtime environment, objects can be captured in one of the following ways:

1. using object name instead of object id
2. using object location (x-path)
3. using object value

Monday, November 3, 2008

Saturday, November 1, 2008

Selenium

I am using Selenium IDE and selenium RC to perform functional testing in web based applications since 2008. I am planning to record challenges and solutions I found to resolve the issues for future reference.