maven - Java Execute methods from different project -


i working on creating framework includes both capability execute selenium , cucumber feature files.
i have cucumber descriptions on framework, , aut project , framework have maven dependency.
the question is, can execute methods defined in aut project framework project?, intention able execute aut method cucumber feature file. have keyword execution class differentiate framework keywords , aut keywords.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -