Module 21 CoreHybridFramework | Selenium Forum
M
Posted on 09/01/2017
:?: When creating a maven project, 2 packages are already there
[color=#0000FF:1x3p0z53]com.qtpselenium.core.hybrid [/color:1x3p0z53]in src/test/java and
[color=#0000FF:1x3p0z53]com.qtpselenium.core.hybrid[/color:1x3p0z53] in src/main/java

When I am creating another package under these, the packages are not creating. They are actually getting merged to above package.
New package [color=#0000FF:1x3p0z53]com.qtpselenium.core.hybrid.testcases[/color:1x3p0z53]. This gets created but the [color=#0000FF:1x3p0z53]com.qtpselenium.core.hybrid[/color:1x3p0z53] gets removed

M
Replied on 10/01/2017

send a screen shot of you trying to create a new package.


M
Replied on 17/01/2017

Attaching 4 snapshots


M
Replied on 17/01/2017

Attached 4 snapshots of adding the new package. This is disturbing me from last 10 days. Can you please check?
The files are named in the order 1.png, 2.png, 3.png, 4.png

Responsive image

M
Replied on 17/01/2017

put some java file in ddf package and then create ddf.testcases.