Sponsored Content
Top Forums Shell Programming and Scripting Automation of UI using shellscript Post 302581082 by aish11 on Monday 12th of December 2011 04:09:52 AM
Old 12-12-2011
Automation of UI using shellscript

Hi,

I want to do automation on UI using shellscript.

eg:

1) Drop down menu contains assign , investigate, closed.
now there is one id want assign it using assign tab then need to investigate it and lastly close. Sometimes the id can't assign to perticular user.

there are so many ids ..so want automate this using shellscript .

may be by passing id to script.


Is it possible?


Thanks
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Another shellscript question

Folks; on a unix server I have a mapping file which holds a list mountpoints of all databases and their mountpoints. tab delimited or colon deliminted..I needed to copy the datafiles from the pristine mountpoints to test's mountpoints in this case. I needed to do this by passing sid name using... (18 Replies)
Discussion started by: jigarlakhani
18 Replies

2. Programming

Shellscript for MQSeries

Iam new to shellscript. 1)How to strart QUERYMANAGER using shellscript. 2)How to put and get messages in MQSeries using shellscripts. 3)iam using local queues . Thanks lot. (0 Replies)
Discussion started by: ram2s2001
0 Replies

3. UNIX for Advanced & Expert Users

shellscript problem

hI, Pls consider the following shell script #!/bin/csh -f sqlplus tkyte/tkyte <<"EOF" > tmp.csh set serveroutput on declare a number:=5; begin dbms_output.put_line( 'a:='||a ); end; / spool off "EOF" The above script does the followin 1)it connects... (1 Reply)
Discussion started by: ravi raj kumar
1 Replies

4. Shell Programming and Scripting

Need help with shellscript

Hello. I am a novince at writing shell scripts but here is the question. I have to write a shell script that does the following: Once executed via crontab, the script should do the following: a. get date/time stamp in for format 10-MAR-05 and b. execute shell script my_script.sh (which... (2 Replies)
Discussion started by: jigarlakhani
2 Replies

5. Shell Programming and Scripting

if condition in shellscript

Hi All, I tried below code getting error. AD=0 ZERO=0 if then echo "AD is zero select another symbol" fi syntax error near unexpected token `fi' plz help me to solve this error (4 Replies)
Discussion started by: aish11
4 Replies

6. UNIX for Dummies Questions & Answers

How can I do aliasing in shellscript?

#Example.sh alias rmv 'sh Example2.sh' when i execute exapme.sh alias name not working. how i solve this problem?? (9 Replies)
Discussion started by: arun508.gatike
9 Replies

7. Shell Programming and Scripting

Help with shellscript

I am new in shell script i want to convert .txt file in the format axsjdijdjjdk to a x s j d i j d j j d k (5 Replies)
Discussion started by: sreejithalokkan
5 Replies

8. Shell Programming and Scripting

awk in shellscript

Dear Members, I have the following situation I do not understand: I have a large json encoded file which I need to grep and afterwards want to extract specific information. I use this command to to that: cat /tmp/file | awk -F '"fields":' '{print $2}' | awk -F '"description":' '{print $4}'... (6 Replies)
Discussion started by: crumble
6 Replies

9. Shell Programming and Scripting

Telnet shellscript

cat << EOF | telnet alt1.aspmx.l.google.com 25 HELO verify-email.org MAIL FROM: <check@verify-email.org> RCPT TO: <test@gmail.com> quit EOF Hello, I'm trying to get the result of that execution, and can not see the result or bring it to a txt ... the direct command in ssh running the result... (5 Replies)
Discussion started by: c0i0t3
5 Replies
Asused(3pm)						User Contributed Perl Documentation					       Asused(3pm)

NAME
Reg::Asused - Perl module for asused. SYNOPSIS
use Reg::Asused; use regread; use ipv4pack; my($asu) = new Reg::Asused; my($errNo, $errStr ) = $asu->getDBAlloc($alloc, $whois, \%regAlloc); ($errNo, $errStr ) = $asu->getAssign($alloc, $assign, $whois); ($network, $ret) = $asu->approveNa($whois, $opt{'valid'}, $opt{'regid'}); DESCRIPTION
approveNa my ($network, $ret, $vlid) = $asu->approveNa($whois, $arg, $regid); Will return ref to inetnum result in string and valid result. On error will return undef. ($errno, $errstr) = $asu->error will return error. checkOverlap $oCount = $self->checkOverlap($assign, $i, @assign, $sOverlap); Check for overlap in list of inetnum objects. The list @{$assign->{$assignList->[$i]}{'overlap'}}. have list of overlapping inetnums. If two inetnums are logically sme will set warning in the list @{$assign->{$assignList->[$i]}{'warning'}} have list of overlapping inetnums. error return error number and string. ($errorno, $errorstr ) = $asu->error; reset the error $asu->(undef, undef, 1); getAssign Get all assignments for each prefix in @{$alloc->{'dbAlloc'}}. ($errNo, $errStr ) = $asu->getAssign($alloc, $assign, $whois); Return undef on success. getDBAlloc Get allocaions from RIPE whois database for all prefix or allocation under a registary. "-L" "-F" "-c" "-T" in . check netname same are regid (translated "." "-"), mnt-by is one of valid RIPE maintiner, status is ALLOCATED PA, PI or UNSPECIFIED. my($errNo, $errStr ) = $asu->getDBAlloc($alloc, $whois, $regAlloc); $alloc Ref to Net::RIPEWhois::in $whois Ref to Net::RIPEWhois $regAlloc ref to hash with keys as queries to locate Allocations. AUTHOR
Antony <antony@ripe.net> software group RIPE NCC <softies@ripe.net> SEE ALSO
perl(1). perl v5.10.1 2010-03-10 Asused(3pm)
All times are GMT -4. The time now is 10:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy