Q : In session created by server with client(browser) How
can server find that request coming is belong to new
session OR belong to session that is timeout.
Hello all,
This is my assignment on shell scripting, can anyone help
me regarding this ?
Create a shell script which connects to the database
In second shell script include the first script for the DB
connection
Create a table (PRADEEP_DATA) with 2 columns (name, value)
In Third shell script include the first script for the DB
connection
And insert/delete the values from the Table, by accepting
input from the user
This functionality should be a menu driven Program:
1) Insert to the database
a. Name
b. value
2)Delete from the database
a.Name
b.value
Exception handling needs to be taken care.
Hello ,
I am using following java script to open new window in
I.E,but i am facing an issue the new window hangs often
while opening,when you move mouse it opens normally.Can any
body help me why this is happening as i am unable to
understand this issue?please please if any one know so
kindly help me I am in real difficulty through this
issue.Thanks
'if(window.clipboardData){clipboardData.setData("Text","' +
a.PatID + '");}' +
'ordwindow= window.open
("' + @OrderDetailURL
+ '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba
r=0,scrollbars=1,resizable=1");
ordwindow.moveTo(parent.screenLeft,0);var x; x=new
ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys
("x");
//fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID
+ '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As
[W],
Hi all,
Is there any certification exams available for TCL and Perl.
If so please let me know, my mailid is vpbharathi@gmail.com.
Thanks in advance,
Bharathi.P
Hi Guys, I am very new to QTP tool , In real time
environment how to test the application with this tool, 1.
How to load application in QTP tool 2. How to write test
script in QTP. 3. In manual testing we test login box (user
id , password) how can we test this kind of testing with
QTP tool with examples . Please guys put some focus on my
questions , real time ecperienced answers would be
appreciate, advance thanks ,please guys i am expecting ur
answers as soon as posible
198
what is the difference between sql server2000 and 2005
86
How will u make automatic login program in asp as u see in
yahoo messanger? When any body login to their system they
no need to fill userid and password. It automatically fills
the userid and password.
234
what are the tools used in your project , How to ask the
answer this question
151
Can we create Crystal Report object in QTP?If yes then what
it is and what are its various properties?
223
how to increase the values in text box in a given text box
increament by two values by clicking on button
152
What can be the challenges during testing a program or a
system?
144
Hi, Anybody could you Please tell me How to write the
script for Checking whether given number is Prime Number or
not..Thanks in Advance
hi iM rahul.my questions is my project is a web based &
developed using java,jsp. when i record it using qtp what
script i will get like either browser("jdfjkf").page("nkf")....
or
javawindow("f d ").javaedit("Dasf")....
plz clarify my doubt asap and i also need some vbscipt of
java coding?
119
Difference between the SAP MDM vs IBM MDM in approach, the
tools used , ease in handling/implementing.
i need to sort the data using qtp script for this how i
need to write a qtp script
202
How applet differ from Swings in java ?
86
what are steps to do to lock the sony ericsson mobile with
password?
69
Plzzzzzzz can any one tell me which is the best institute
in hyderabad for learing VBScript. plz do answer guys its
urgent plzzzzzzz. thanks in advance.
167
m new to xampp i want to configure file server in xampp...
is it possible ??? if so help me....
44
how to extract pin_code,phone_number,year from text file using
regular expressions in perl
84
Write VB script to convert from feet to inches(hint 1feet=12
inches)
154
my @array=('data1','data2'); my @array1=('data1','data2');
my ($i,$k);
$i=7;
$k=7;
while($i){
$array [++$#array] = 'ree';
$i--; print "@array";
}
while($k){
push(@array1,'ree');
$k--;
print "@array1";
}
Are these two while loop are doing the same functionality ?
What may be the difference?
88
hi what is called GUI in QTP 8.2 and how can we test the
apllication using GUI?