User Profile
Collapse
-
One more update - if I restrict the code till C:\\Program Files\\PeopleSo ft\\PeopleSoft Test Framework\\PsTe stFw.exe, it is invoking the exe. Hence I guess some issue with swiches passed. Any idea? -
Unbale to execute these command in java-No error but no output
HI All,
This is taking lot of time to get the solution.
Any hlep is appreciated.
I have executed some of the win command with java but this particular alone is not executing as expected.
It does not result any error but after execution the file Nightly was supposed to be created which did not happend. Any idea?
Runtime runtime1 = Runtime.getRunt ime();
Process proc3 = runtime1.exec(" cmd /C C:\\Program... -
Selva123 started a topic To run win command with perl with no wait for process status and perl to continuein PerlTo run win command with perl with no wait for process status and perl to continue
Just trigger a command in window and no need to track its status such as failed or executed
Hi, I have to execute a windows command with perl and my requirement is just to run the
Command and no need to bother the status of the same which I will track the same with the same perl script after some time.
Hence I do not need system() and backtick commands which will wait for the process to run and complete.
... -
Is it possible to image the perl from one box to another
Hi,
I am working with perl in an automation project and I have installed number of modules (say 10),to my kowledge,to work with other boxes, I have to do the same manually in all boxes which is frustrating and time consuming.
Is there any method such as imaging PERL with modules or some perl module itself to copy the perl set up from source box to target boxes.. -
Hi,
Thanks for the info.
I have gone thro the module. But it seems that I could control the Java Swing Application which I am creating. My requirement is something like to test on already existing Swing application...Leave a comment:
-
Is it possible to test JAVA SWING application using PERL
Hi All,
Greetings.
I want to test JAVA SWING application with PERL, do we have any module to do so (like win32::GUI for windows)?.
or some third party free tools integrated with PERL?
I am looking to enter and retrieve values from SWING applications apart from getting control info of the SWING components.
Thx
Selva -
WWW::Selenium terminates program on object not found - not expected -
WWW::Selenium terminates program on object not found - not expected -Expects something like try- catch in java
Hi All,
Greetings.
I am automating testcases with Selenium RC and PERL using WWW::Selenium.
Whenever the object not found, the perl script exits/terminated execution with message as
"Looks like your test exited with 255 before it could output anything.."
I did not expect... -
Issues with Eclipse and EPIC
Hi All,
I have configured Eclipse and EPIC as my PERL IDE.
The pl scripts are placed in folder 'D:\EToolsQAAut o\Workspace\Aut o' where the workspace is
'D:\EToolsQAAut o\Workspace'.
I have 2 issues here
1. One of the pl say 1.pl even inside 'D:\EToolsQAAut o\Workspace\Aut o', while trying to run thro
Run >Extenal Tool - I am getting error as
2. The other pl file say 2.pl is also... -
system command in perl - prompt does not return back - window
Hi All,
Greetings. May be simple issue but your help sought.
I am executing the system command like
$res=system("no tepad.exe"); thro a perl file named aa.pl.
At command prompt - when I enter
perl aa.pl , I could see that notepad was opened but the control - I say as prompt ( in windows) does not return back.
It looks like perl response is hanging.
I have to stop the precess with... -
system command in perl
Hi All,
Greetings. May be simple issue but your help sought.
I am executing the system command like
$res=system("no tepad.exe"); thro a perl file named aa.pl.
At command prompt - when I enter
perl aa.pl , I could see that notepad was opened but the control - I say as prompt ( in windows) does not return back.
It looks like perl response is hanging.
I have to stop the precess with...
No activity results to display
Show More
Leave a comment: