Skip to content
Open

Dev #12

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
81223d3
SantanderLogo test Passed
MdManiruzzaman Jan 11, 2019
4117fa2
Revised Commit
MdManiruzzaman Jan 11, 2019
d904015
Merge pull request #2 from ModifiedGroup-13/Manir
sohag2018 Jan 11, 2019
7facb02
Test case Updated
MdManiruzzaman Jan 12, 2019
1e76792
Merge pull request #4 from ModifiedGroup-13/Manir
sohag2018 Jan 12, 2019
ab24a50
Method modified
MdManiruzzaman Jan 12, 2019
1b0d976
TestSearch Passed
MdManiruzzaman Jan 12, 2019
20da970
HoverOver Test
MdManiruzzaman Jan 13, 2019
190f577
HoverOver updated
MdManiruzzaman Jan 13, 2019
afffd52
HoverOver test updated
MdManiruzzaman Jan 13, 2019
dae7aa7
Updated
MdManiruzzaman Jan 13, 2019
65d0812
Test HoverOver Updated
MdManiruzzaman Jan 13, 2019
454c6c9
ExcelFile Added to Gp-13
MdManiruzzaman Jan 13, 2019
6c5c56f
HomePage Test
MdManiruzzaman Jan 13, 2019
9d24412
Login Tab test
MdManiruzzaman Jan 13, 2019
498efba
Test Full-Image
MdManiruzzaman Jan 13, 2019
e717c84
Test added
MdManiruzzaman Jan 13, 2019
e949145
FAQs Test passed
MdManiruzzaman Jan 13, 2019
c6c30f9
Merge pull request #7 from ModifiedGroup-13/Manir
sohag2018 Jan 13, 2019
79a13fb
Cleaning Codes
MdManiruzzaman Jan 14, 2019
49a39bb
jar file added to the module
MdManiruzzaman Jan 15, 2019
fa54892
ExcelReader Updated
MdManiruzzaman Jan 15, 2019
e6f74ab
Modified Path
MdManiruzzaman Jan 15, 2019
82de587
Merge pull request #11 from ModifiedGroup-13/Manir
sohag2018 Jan 15, 2019
d42f780
git ignore added
MdManiruzzaman Jan 16, 2019
ad80e12
Merge pull request #13 from ModifiedGroup-13/Manir
sohag2018 Jan 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
*.target
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Generic/target/generated-sources/
SantanderBank/screenshots/
SantanderBank/target/generated-sources/
SantanderBank/target/generated-test-sources/
SantanderBank/target/test-classes/dataDrivenExcel/XlsDataReaderUtil.class
File renamed without changes.
10 changes: 10 additions & 0 deletions .idea/libraries/lib_jarfiles.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading