Skip to content

Instantly share code, notes, and snippets.

@Shruti360
Created July 20, 2016 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shruti360/7d4060e21495015a8b4d2ffc250d080c to your computer and use it in GitHub Desktop.
Save Shruti360/7d4060e21495015a8b4d2ffc250d080c to your computer and use it in GitHub Desktop.
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
E:\Varun\TimeBank>ant run-tests-by-pattern -Dpattern=TC12_MyRegion
Buildfile: E:\Varun\TimeBank\build.xml
setClassPath:
init:
clean:
[delete] Deleting directory E:\Varun\TimeBank\bin
[delete] Deleting directory E:\Varun\TimeBank\test-output
compile:
[echo] making directory...
[mkdir] Created dir: E:\Varun\TimeBank\bin
[echo] compiling...
[javac] Compiling 31 source files to E:\Varun\TimeBank\bin
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.8 in JDK 1.8.
[javac] If you specify -target 1.7 you now must also specify -source 1.7.
[javac] Ant will implicitly add -source 1.7 for you. Please change your bui
ld file.
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 1.7
[javac] 1 warning
run-tests-by-pattern:
[testng] [TestNG] Running:
[testng] E:\Varun\TimeBank\config\TC12_MyRegion.xml
[testng]
[testng] the browser type is:Firefox
[testng] log4j:WARN No appenders could be found for logger (org.apache.http.c
lient.protocol.RequestAddCookies).
[testng] log4j:WARN Please initialize the log4j system properly.
[testng] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig
for more info.
[testng] Start Of Execution(TEST)->TC12_MyRegion
[testng] Test Started->Myregion
[testng] Welcome back
[testng] END Of Execution(TEST)->TC12_MyRegion
[testng]
[testng] ===============================================
[testng] MyRegion
[testng] Total tests run: 1, Failures: 0, Skips: 0
[testng] ===============================================
[testng]
[testng] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSi
ze=512m; support was removed in 8.0
BUILD SUCCESSFUL
Total time: 3 minutes 2 seconds
E:\Varun\TimeBank>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment