Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on java code to open a web page for functional tester within the Rational Robot forums, part of the Software Testing category; Hi, Can some give me the java code to open a webpage within Functional Tester. example, I want to open my default browser to Google ....
|
|||||||
|
|||
|
java code to open a web page for functional tester
Hi,
Can some give me the java code to open a webpage within Functional Tester. example, I want to open my default browser to Google. |
| Sponsored Links |
|
|||
|
Re: java code to open a web page for functional tester
Hi,
Try this code & Let me know... String htmlFilePath = "path/to/html/file.html"; // path to your new file File htmlFile = new File(htmlFilePath); // open the default web browser for the HTML page Desktop.getDesktop().browse(htmlFile.toURI()); // if a web browser is the default HTML handler, this might work too Desktop.getDesktop().open(htmlFile); Thanks & Regards, Riju. |
|
|||
|
Re: java code to open a web page for functional tester
Quote:
Please let me know precisely what so you actually need. Thanks Deepa |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rational Functional Tester | punam.tester | Rational Robot | 2 | 08-31-2009 06:28 AM |
| Rational Functional Tester | Divya S.Pillai | Rational Robot | 1 | 08-31-2009 06:26 AM |
| Integrating IBM Rational Functional Tester (RFT) | radhakrishnan.tt | Quality Center | 2 | 07-08-2009 11:37 AM |
| Open Source Functional Tool | hitesh_shah19 | Testing Issues | 2 | 10-16-2008 06:45 AM |
| Rational Functional Tester Verfication Points. | Geek_Guest | Rational Robot | 0 | 04-13-2007 09:05 PM |