- l3l00Active particpant
- Posts : 11
Join date : 2015-01-06
Webdriver in General - Testing CSS UI Bugs?
Tue Mar 10, 2015 11:01 pm
This is not that big of a deal but was curious.
Sometimes I would come across a UI css bug, example: Text bleeds out side a border or a radio button got wrapped below the line it should have been on.
Is there some way to have selenium check for bugs like this? The most I would know is get the css values, then find the proper css values and make an if statement on, but that is a lot of work.
Sometimes I would come across a UI css bug, example: Text bleeds out side a border or a radio button got wrapped below the line it should have been on.
Is there some way to have selenium check for bugs like this? The most I would know is get the css values, then find the proper css values and make an if statement on, but that is a lot of work.
- AgoBalanAmateur
- Posts : 36
Join date : 2015-02-23
Re: Webdriver in General - Testing CSS UI Bugs?
Thu Mar 12, 2015 6:31 pm
Dude I have two questions which comes out from your question itself..
getting css value and checking for the same with if condition ,is like retesting a defect which is already existed and resolved.. for retesting a defect for validation we can do that.. is this the one actually you want?
or
Do you want to have a listener it always listens and prompt back whenever any Css related issues happened
?
getting css value and checking for the same with if condition ,is like retesting a defect which is already existed and resolved.. for retesting a defect for validation we can do that.. is this the one actually you want?
or
Do you want to have a listener it always listens and prompt back whenever any Css related issues happened
?
- Component testing using selenium webdriver
- How to do website automation testing using Selenium?
- How can we automate Ajax based application using selenium.
- testing the megento framework using selenium testing tool
- I downloaded and installed Selenium WebDriver Jar files in my Eclipse, but still i am facing issues and couldn't run the webdriver scripsts.
Permissions in this forum:
You cannot reply to topics in this forum