Search:

Type: Posts; User: prashanth.n; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    6
    Views
    6,830

    Re: Using excel instead of datapools

    Can you send me the script you had written?
  2. Answers
    3
    Views
    3,505

    Re: Should go for job or further studies?

    Hi neha,
    If u get any job grab that opportunity.You can go for further studies while doing job also.
  3. Re: trouble running rational robot script via .bat/command line

    Hi,
    I did small change,try this

    rtrobo.exe "login1" /user "admin" /password "" /project "c:\rational\myproj.rsp" /play /build "Build 1" /logfolder "Default" /log "Tutorial1_Log" /close
  4. Answers
    6
    Views
    6,830

    Re: Using excel instead of datapools

    Below code will be useful for read/write into excel

    Dim app as object
    Dim book as object
    Dim sheet as object
    set app=createobject("excel.application")
    set...
  5. Answers
    9
    Views
    3,709

    SQL Re: please, help me

    Hi,

    Try below query

    select sal=
    case
    when sal> 1000 and sal <2000 then '*'
    when sal> 2000 and sal <3000 then '**'
    end from emp
  6. Answers
    7
    Views
    29,480

    SQL Re: Select within select

    Yes, we can write Select statement within select statement.
    For instance, To get 2nd max sal we can use below query.
    Select max(sal) from emp where sal < (select max(sal) from emp).
  7. Answers
    8
    Views
    5,338

    Re: Put data in globalsheet

    Hi,

    Use below code to put data into datatable.

    DataTable("usernamel" , Global) ="hello"

    Regards,
    Prashanth.N
  8. Re: What is the difference between Internet Explorer and Mozilla Firefox

    I think there is no difference between IE and Mozilla from testing point of view.Some tools doesn't support Mozilla browser(For e.g QTP)
Results 1 to 8 of 12
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact