Search:

Type: Posts; User: daiveet; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,999

    PHP Re: requset for answer

    You can use css as below in php.
    echo '<head><link rel="css.css" type="text/css"></head>';
    OR

    echo '<head><style type="text/css">' . include('css.css') . '</style></head>';

    For using xsl,...
  2. Re: How to extract test from PDF using QTP 9.0?Does QTP support PDF?

    I do not think QTP supports PDF reading.
    You can try converting the pdf document is some other readable format by QTP.
  3. Re: How to handle the pop-up window/s in Rational robot

    You can do this by using verification point as explained in the below code.
    Let Robot do the work for you.

    I use a window exist verification point:

    Result = WindowVP (Exists,...
  4. Thread: what is shell?

    by daiveet
    Answers
    2
    Views
    3,350

    Unix/Linux Re: what is shell?

    Bourne shell (sh)
    C shell (csh)
    TC shell (tcsh)
    Korn shell (ksh)
    Bourne Again SHell (bash)
  5. Answers
    3
    Views
    14,136

    Re: Integration Testing & Inter system Testing

    Definition
    Inter-System Testing:
    Test the application to ensure interconnection between application functions correctly. It does:
    - Determine Proper parameters and data are correctly passed...
  6. Sticky: Re: CLIENT-SERVER/WEB Testing

    Please find the attached pdf.. It may be useful to understand this.
  7. Answers
    4
    Views
    3,305

    Oracle Re: What is metadata

    A key part of any dataset is its accompanying metadata. Metadata is "information about data" and can include characteristics about the data such as the content, accuracy, reliability and the source. ...
  8. Thread: Qtp

    by daiveet
    Answers
    2
    Views
    4,254

    Re: Qtp

    Are you looking something specific? Other wise QTP online tutorial is quite helpful.
    You can get that from mercury website.
  9. Answers
    2
    Views
    9,925

    Re: Rational Functional Tester

    you can use waitForExistence for object as below to wait until a particular object is available as below:

    <object_name>().waitForExistence();

    There are also other implementations available for...
  10. Thread: Qtp

    by daiveet
    Answers
    2
    Views
    4,254

    Re: Qtp

    Keyword-driven testing is a software testing technique that separates much of the programming work from the actual test steps so that the test steps can be developed earlier and can often be...
  11. Thread: Debug in QTP

    by daiveet
    Answers
    3
    Views
    4,062

    Re: Debug in QTP

    Are you using the trial version?
    If you download from mercury (now HP) site, it will give you 15 days trial version. this does not have all the features.
  12. Answers
    3
    Views
    4,718

    Re: Interface methods body

    You can override two methods of interface in two different classes by declaring them abstract.
    e.g.
    interface i
    {
    void read();
    void print();
    }

    abstract class test implements i
    {
Results 1 to 12 of 15
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