How can we test Font Size, Font Color in web application using QTP.
Font Size & Color Testing
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)
Font Size & Color Testing
|
How can we test Font Size, Font Color in web application using QTP.
Yes, but whose font size and color do u want to test?
let me give one general example for an web element.use the below code Code: WebElement("SomeName").Object.currentStyle.someProperty here 'someProperty' can be:color,fontSize,fontstyle etc... |
« Next Oldest | Next Newest »
|