Adrian Theodorescu

Results 37 comments of Adrian Theodorescu

If you want to delete all session information, you can delete the entire `db` directory in the server's working directory and restart the server. The server will create a fresh...

@wisam2013 I believe you also need to restart the server after deleting the files, for this to work. Please note that there are some recently introduced undocumented parameters you can...

I will go ahead and add a menu option to delete one single session. This feature hasn't been implemented yet because it is not very useful for the vast majority...

This is a tricky one to get right, because it would involve splitting a test session into multiple sessions and there are all sorts of implications that derive from that,...

Please leave it open for now. Implementing this feature is actually pretty difficult to do (the right way), because of the internal design of the test session orchestration logic. Once...

Looks like a syntax error in `actor.yaml`. Were you able to fix this?

Hey Jose, thanks for looking into this. I think it would be best to add BDD (Gherkin) support to OpenTest due to its larger adoption, but, with what I learned...

You are correct @jbadeau. Test segments execute sequentially form segment 1 to last segment. No work in segment 2 is being started until segment 1 finished execution. This is useful...

Hey @dmcgill50, actually I did give this some thought. Initially, it seemed like it would be a very messy exercise to try and represent a test flow as a Gerkin...

@dmcgill50 If you have some experience with BDD already, I might need some help understanding certain concepts. Have you used BDD before? What's your level of familiarity with it? I"m...