Tagged Questions
Historically, in the days when Unix and other software was distributed on tapes, a tape archive often contained a file named "rc" containing run commands or run code to compile and install the software. rc, the Plan 9 Shell http://cm.bell-labs.com/sys/doc/rc.html
33
votes
11answers
9k views
What's in your .zshrc?
I always find it interesting what people put in their programming environments. After reading the same basic question for .vimrc and .bashrc, I have to ask for my favorite shell. So what's in yours?
...
4
votes
2answers
132 views
Compile rc files encounter “expected exponent value” error
I have a rc entry:
{CC6C210B-2EAC-4F6C-89E7-0D2FEFFCE278} 8000 "MyFile.txt"
When I compile the rc file with cgrc.exe or brcc32.exe, I encounter this error:
[BRCC32 Error] system.core.rc(1): ...
4
votes
2answers
520 views
How to handle selenium crashes
I am currently automating tests with selenium RC which run every hour. Everything runs smoothly most of the time but there are some times where either firefox will crash or the selenium RC will just ...
4
votes
1answer
1k views
Best Practices for modularizing Selenium RC test scripts
I am creating Selenium RC test scripts in Visual Studio (C#). I am
struggling with re-factoring the tests; all my tests are in a single
file. I would appreciate any input and/or pointers to websites, ...
4
votes
3answers
3k views
How to compile RES file from commandline (Delphi 7)
I never worked with Delphi before, so maybe the question looks a simple minded, But I need to change FileVersion in RES resource file parameter from command line...
Many thanks.
3
votes
1answer
198 views
Start up script for node.js repl
Is there a way configure node.js's repl? I want to require jquery and underscore automatically whenever the repl starts. Is there a file (noderc?) that node.js loads when it starts the repl?
The ...
3
votes
2answers
410 views
Remove {$R *.res} in package.dpk file will remove the rccompile in .dproj file
I use my own .rc file to generate custom resource entries including version info.
My library.rc file is :
#include "app.rc.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION _FileVersion
PRODUCTVERSION ...
2
votes
2answers
95 views
How to modify rc.local in shell script?
I want to add a line(such as '*/data/mod/myservice start some_parameter*'.) to /etc/rc.d/rc.local file in shell script. If there exists a line start with '*/data/mod/myservice start*', then replace it ...
2
votes
2answers
60 views
Selenium->Automation planning->How to Execute Majority of the TestCases at a time?
iam learning selenium inorder to reproduce it on my application.so,please help me by answering my questions.1)how to execute bulk of testcases at a time by using automation tool (selenium 2)?)how to ...
2
votes
2answers
344 views
How to run Selenium RC + PHPUnit + NetBeans remotely?
I have Selenium Server, PHPUnit and NetBeans up and running on a machine that I want to be my dedicated testing box. How can I set it up to were I modify test cases (I already figured that part out) ...
2
votes
1answer
85 views
How can I set the size of a Win32 dialog in pixels?
I am trying to get a Win32 dialog that is 500x520 px, but in my .rc file, these settings get me a bigger window than I expected.
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 500, 520
STYLE DS_MODALFRAME | ...
2
votes
2answers
451 views
Include file behave differently using RC.EXE or BRCC32.EXE to build *.rc files
I wish to using dot (.) as resource entry in RC files for my Delphi project. However, Delphi's BRCC32.exe doesn't allow dot (.) in resource naming. Since Delphi 2010, we may specify "Resource ...
2
votes
3answers
412 views
What would be a walkaround for JavaScript alerts that are generated in a page's onload() using Selenium?
I am automating a form page using Selenium RC (C#). After I click 'Submit' button, I get an alert 'Records Edited Successfully!'. The title of this alert box is 'The page at http://www.******.com ...
2
votes
6answers
360 views
How do you calculate the area of a series of random points?
So I'm working on a piece of code to take positional data for a RC Plane Crop Duster and compute the total surface area transversed (without double counting any area). I cannot figure out how to ...
2
votes
1answer
138 views
How to handle type and input into WYSWYG editor such as tinymce when testing using selenium RC?
is there any solution to this problem
i use :
$this->type('contentform', 'i need to print this and go on with my testing');
but after i do submit it failed while when i do it manually it work. ...
2
votes
4answers
160 views
Is F# RC equal to RTM?
I am wondering if F# RC equal to RTM?
If not is there any doc mentioning about that?
Thanks in advance.
2
votes
1answer
211 views
VS2005 Resource Editor Keeps Eating my #ifdef's
The resource editor keeps wiping out code of this form in my .rc:
#ifndef V2
IDB_SPLASHSCREEN BITMAP "res\\xyz v1.bmp"
#else
IDB_SPLASHSCREEN BITMAP ...
1
vote
1answer
39 views
Adding symlink to scripts into rc<number>.d folders to start process during system startup [closed]
I am using fedora 15.
I am trying to add MYSql daemon to start during system strtup.
I have understood that I will have to add it to rc5.d as it is the default target & is graphical.target.
...
1
vote
1answer
61 views
WM_INITMENUPOPUP and POPUP resource
I'm writing an application for Windows Mobile 6 in C/C++. As usually, it has 2 soft keys, one of which is a menu. This menu has a popup menu in it. Here's (stripped) source of soft keys from ...
1
vote
2answers
318 views
Can I pass a preprocessor definition to the resource compiler through the command line?
I'm currently trying to switch between a few different default Icons in a Visual C++ .rc file using #ifdef tags.
The builds switching the #define value are being created through command line using ...
1
vote
1answer
600 views
Selenium-rc window causes permission denied message in IE
Iam m testing with Selenium-rc 1.0.3 and I am getting a permission denied error message in IE when I run my IDE script from the command line
I am trying to run an IDE script in internet explorer ...
1
vote
1answer
413 views
Using Selenium RC with C# and Nunit; how to Generate test case result report?
I'm using Selenium RC with C# and Nunit, problem is Result Report.
I'm not able to report test cases result,
In Nunit I can execute only single DLL what if i have 4 DLL, how can I club 4 DLL result ...
1
vote
1answer
388 views
Simpler init script for Java daemons?
I've written a small library for creating services/daemons in Java. The idea is simple. When you start your application you pass a command and a port number. If the command is a start command, a new ...
1
vote
2answers
345 views
How can I use xpath in Selenium RC by using Java
My application has the following snippet of code:
<form id="frmDepartmentCreation" name="frmDepartmentCreation" method="post"
action="">
<table class="formStyle_1" border="0" ...
1
vote
1answer
305 views
using JavaScript from Selenium RC by Java
I have the following function in user-extensions.js:
Selenium.prototype.doTypeRepeated = function(locator, text) {
// All locator-strategies are automatically handled by "findElement"
var ...
1
vote
1answer
381 views
How to selenium.GetXpathCount for this element?
ctl00_Content_ctl00_chkProduct_0
ctl00_Content_ctl00_chkProduct_1
ctl00_Content_ctl00_chkProduct_2
...
ctl00_Content_ctl00_chkProduct_19
ctl00_Content_ctl00_chkProduct_20
What expression should I ...
1
vote
1answer
319 views
How do I make Selenium RC to not move the browser window?
Is there a way to specify where Selenium RC spawn the browser window? When I run my test script, Selenium RC opens 2 windows in the browser, the Selenium RC window and the AUT, and the Selenium RC ...
1
vote
1answer
184 views
Running Selenium Tests in Virtual PC
I am creating test scripts in Visual Studio IDE using Selenium RC and
executing them thru NUnit. In order to run these tests on Virtual PC,
what would I need to do.
What all would I need to have on ...
1
vote
3answers
711 views
Selenium RC testing with Maven
I'm trying to run a series of selenium tests using maven and I get this error:
Running com.myapp.web.selenium.MySeleniumTest
WARN [SocketListener0-1] HttpConnection - POST /selenium-server/driver/ ...
1
vote
1answer
4k views
Selenium RC throws sessionsid should not be null exception with assertTextPresent, phpunit 3.4 bug only?
I am looking to migrate my selenium RC tests to using PHPUnit 3.4.12 from PHPUnit 3.3.2
The selenium test will fail with an exception of the following when I use assertTextPresent()
...
1
vote
1answer
396 views
Selenium RC tool giving exception for opening secure http page
I am newbei for selenium RC tool. i am going to automate my process which is basically based on browser. i have written script for automate process and it is working fine.When script is going to open ...
1
vote
2answers
448 views
How to add flags to RC.EXE through QMake .pro makefiles
I've the following definition in my .pro file:
RC_FILE = app.rc
This RC file contains a global include at the top:
#include "version_info.h"
The version_info.h header is on a common header files ...
1
vote
5answers
2k views
how to close selenium hub/grid from command prompt
I start selenium hub to start selenium grid from command prompt on port 4444.
Now I start selenium RC from other command prompt.
It show me error message that "selenium i s already running on port ...
1
vote
2answers
1k views
Selenium RC - selenium-browserbot.js error
I'm writing some automated tests in C# and a JavaScript error is thrown when I try to click on a button that will submit changes made to a web form. The error I am recieving is:
An error has ...
1
vote
2answers
255 views
How to find if there are javascipt errors in the page using selenium rc
I am using selenium rc and I would like to know if there are any javascript errors occured in the page. Is there any Selenium API to check if there are any javascript errors? Thanks very much.
0
votes
0answers
10 views
How can I find out where my icon graphic is?
In my .rc file I've got a line thus:
CONTROL "",IDC_LOGO,"Static",SS_BITMAP | SS_REALSIZEIMAGE,209,0,15,13
I'd like to swap out the image that IDC_LOGO is pointed at, but I don't know where it is. ...
0
votes
2answers
80 views
Arch Linux - How to pass arguments to daemon in rc.conf [closed]
If I add a daemon to rc.conf, how can I then pass arguments to it?
Eg
DAEMONS = (sshd mongodb ...)
How can I pass --replSet to the mongodb daemon?
0
votes
1answer
24 views
How to get rid of “Device busy” during reboot, redhat 5.1 without modifying rc.sysinit? [closed]
I have a samba mount located within /opt. I have a script in init.d called sysinit that is linked to in rc6.d. This gets called on a reboot (the first thing, I set it to K01sysinit) and it is ...
0
votes
0answers
285 views
CMake doesn't find windres.xe (MingW), CMAKE_RC_COMPILER
is there any specific reason why CMake doesn't find windres.exe from MingW as the RC compiler? The MingW dir is in my PATH variable, windres.exe does exist.
I always have to set the CMAKE_RC_COMPILER ...
0
votes
0answers
49 views
how to test junit testing using Selenium RC
Can any one tell me the full procedure to do a junit testing and how can i run a junit test case using selenium rc and xampp server.
please send me a the user guide/ full procedure to run a junit ...
0
votes
0answers
153 views
selenium Rc not works with firefox 4 or safari ,opera but works with IE 8
When running the script in selenium rc, it works well in ie 8 but it does not works with fire
fox 4 ,opera.based on checking with selenium web sites i used the browser versions.
is that selenium does ...
0
votes
2answers
294 views
Selenium RC launches Firefox5 and IE8 browser but does not go to the specified url
I'm a beginner at selenium, trying to follow a tutorial using eclipse and testng. However, it appears that the actual test does not get carried out because it doesn't navigate to the url in my code.
...
0
votes
1answer
58 views
Selenium RC cant find locator
I have the following locator:
css=tr:contains('First page') + tr table td:contains('Yes') input
I can find it on the page using Selenium IDE, but my Selenium RC test fails trying to find it.
What ...
0
votes
0answers
106 views
Help me to automate File upload using Selenium RC in all browsers
please help me out to automate file uploading in selenium rc.
I dont want to use Autoit and some other external softwares.
i want to run it on firefox 3,Ie 9, google chrome.
0
votes
2answers
124 views
Selenium RC Server opening for Junit
Is there a way we can opening selenium rc server without using command Prompt
also Is there a way of seeing the Log window and Test case window in the same one window
0
votes
2answers
119 views
How can I use a resource file (*.rc) to style a dialog-based application
How can I use a resource file (*.rc) to style a dialog-based application?
I can use CreateWindow or CreateWindowEx to create the main window of an application. And some of the arguments of ...
0
votes
1answer
170 views
formatting file version and legalcopyright in rc file
I have defined a rc file for my dll with following details
VALUE "CompanyName", "My Company Inc."
VALUE "FileDescription", "Dll for XYZ"
VALUE "FileVersion", "1.00"
VALUE ...
0
votes
1answer
91 views
Trouble Installing Selenium RC Java Client Driver
Hey guys, newb question here. I'm trying to set up Selenium RC with Eclipse, but when I download the .zip from the SeleniumHQ website it comes with several files included. Which is the Java Client ...
0
votes
1answer
150 views
Xpath does not work running (in eclipse) but working on Debug mode as well as Selenium IDE
selenium.type("search-query", "case");
selenium.click("//div[@id='advanced-search-box']/a[1]");
selenium.click("//table[@id='search-results-table']/tbody/tr[*]/td[2]/a[@class='result-name']");
...
0
votes
0answers
39 views
How to pick the particular link from in pop window
When I click on Search button new pop window is opened, in that window I want pick the particular link.
If using below command its hard coded because I want take that link name from excel sheet.
...