Using assert in Selenium -


as title suggest wanted know if using assert in selenium thing. once suggested using asserts slows down test , shouldn't use them. wanted know other people's take on this. thanks.

edit: thank views on matter. =)

i don't think bottleneck of tests. waiting browser render web page, executing javascript , parsing , accessing page via selenium outweight time needed assertions far.


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -