课程: Mobile Testing with Appium

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Starting and stopping a session

Starting and stopping a session

- [Instructor] Let's take what we learned recently about capabilities and starting and stopping Appium sessions and work with a concrete example. Since this is the first time we'll be looking at our code project, a brief tour is in order. First of all, I'm using the IntelliJ Java IDE, you can use whatever IDE you want or even a plain text editor, it's totally up to you. I've included the sampled project files along with this course, so if you want to follow along with the code, go ahead and import the project into your favorite IDE. This project is a simple Gradle-based Java project, so let's have a quick look at its structure. I won't go into details about how Gradle itself works so check out a course on that if you're interested. As with any Gradle project, the main point of entry is in the build.gradle file. This is our build.gradle file, which lists the dependencies our project relies on. You can see that the only real dependency we have is the Appium Java Client here, in addition…

内容