摘要:Step 1:Configure AllNodes.bat,change HUD_NAME to local machine's Computer name.set HUD_NAME=SZPC1888Configure Hub.bat,change SERVER_NAME to local machine's Computer name.set SERVER_NAME=SZPC1888Run AllNodes.bat and Hub.batStep 2:Configure the environment,choose to run on local debug mode.Ref
阅读全文
摘要:AllNodes.bat的内容:TITLE SELENIUM_NODEset HUD_NAME=SZPC1888set HUD_PORT=4444set NODE_PORT=4005set DRIVER_PATH_IE=C:\WebDriver\IEDriverServer.exeset DRIVER_PATH_CHROME=C:\WebDriver\chromedriver.exeset JAR_NAME=selenium-server-standalone-2.35.0.jarset MAX_INSTANCES=1set MAX_SESSION=1java -jar %JAR_NAME%
阅读全文
摘要:First of all, you need to copy the folder named like: Choose Window->Preferences->Maven->User Settings, then update your maven settings.You should choose the "settings.xml" file in the maven folder which is in your local machine.Then you will find the url has been changed and then
阅读全文
摘要:1.Install Spring-Tool-Suite2.Install TestNG
阅读全文
摘要:1.Recover eclipse projectCopy .project from other project(You can new a project first in eclipse. Then copy its “.project” file into our projects), remember to replace project name with current name in .project2.Import the project into the Spring Tool Suite.And now, you can import your project into
阅读全文
摘要:Clone the code from git.Click the “GitEx Clone”.Paste the url into the “Repository to clone”. You can get the route from git repository from it:https://msstash.companydomainname.com/ .Find the project which you want to download and then click the “Clone” button and copy the url.Then the codes have b
阅读全文
摘要:Install GitStep 1: Run Install GitExtensionStep 1: Run . You will find the following dialogue, then click “Run” button.Step 2: Then click “Next”.Step 3: Choose “Install for all users of this machine”, then click “Next”.Step 4: Choose “Install MsysGit” and “Install KDiff”, then click “Next”.Step 5: Y
阅读全文
摘要:Update:git statusgit diffwqgit commit -am "why update files"git pushAdd:git add .git add --updategit commit -am "why add files"git pushdownload:git cl...
阅读全文
摘要:SubjectTest NameDescriptionStep NameStep DescriptionExpected ResultPU Regr\Component\AttributionAdd ComponentAdd Attribution componentStep 1Add a new pageDefault to display in Two Columns layoutPU Regr\Component\AttributionAdd Component Step 2Click on the Add Component iconExpand the Add compo...
阅读全文