Prasad

Oct 21, 2014

Why are we here....?


Posted by Unknown at 10:36 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

Unknown
View my complete profile

Popular Posts

  • Incrementing test case property value using groovy script
    def curJobId = testRunner.testCase.getPropertyValue( "JobIdIncre" ); int curJob=Integer.parseInt(curJobId); def jobId = contex...
  • Groovy Script to process TestStep Pass/Fail status and store the result in properties
    import com.eviware.soapui.model.testsuite.TestRunner.Status import com.eviware.soapui.model.testsuite.TestStepResult; def i = 0; def re...
  • sed command to identify date pattern yyyy-mm-dd hh:mm:ss.mse and replace with current date
    sed -e "s/[0-9][0-9]\([0-9][0-9]\)-\([0-9][0-9]\)-\([0-9][0-9]\) \([0-9][0-9]\):\([0-9][0-9]\):\([0-9][0-9]\).\([0-9][0-9][0-9]\)/$(da...
  • adding properties to test case using other properties using groovy script
    /* Property Names   1.UserIcre   2.JobIdIcre   3.UserNameProp   4.PasswordProp   5.MaxLimit */ def deviceNo = context.expand( ...
  • Creating postgres database tables into Flat files (.copy) using shell script
    #!/bin/sh if [ ! $# -eq 2 ] ; then echo "Invalid arguments! Usage : creatflatfiles.sh  outpurdir tablelistfilename"; echo ...
  • Uploading flat files into Postgres Database for specific tables
    #!/bin/sh if [ ! $# -eq 2 ] ; then echo "Invalid arguments! Usage : DATTFilesToDB.sh  inputdir(fullpath) tablelistfilename"; ...
  • Why are we here....?
  • How to get the unused or free IPs on linux machine?
      Inline format of the script: lsof -nl >/tmp/lsof.log;rm -rf ~/freeIPs.log; for ip in `ip add list|grep -v "127.0.0\|::1\|0.0.0....
  • What is life?
    Earning money...? Taking care of the family...?
  • rsh Permission denied error fix?
    RSH command execution is throwing permission denied error as shown below. host1> /usr/bin/rsh -l user1 host2 "ls /user1" P...

Search This Blog

Followers

Total Pageviews

Blog Archive

  • ►  2017 (3)
    • ►  June (2)
    • ►  April (1)
  • ►  2015 (2)
    • ►  August (1)
    • ►  May (1)
  • ▼  2014 (6)
    • ▼  October (1)
      • Why are we here....?
    • ►  September (1)
    • ►  June (1)
    • ►  May (2)
    • ►  April (1)
  • ►  2013 (2)
    • ►  September (1)
    • ►  July (1)
  • ►  2012 (6)
    • ►  July (3)
    • ►  June (3)
Powered By Blogger
Prasad Bonthu. Awesome Inc. theme. Powered by Blogger.