Search:

Type: Posts; User: Tina Mahajan; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Answers
    11
    Views
    299,604

    Re: Test strategy vs test plan

    Hi Parag,

    You need to mention the tools in both Test Plan and Strategy.

    As mentioned earlier, Test strategy is a high level document and in this you just mention that you will be doing on a...
  2. Answers
    3
    Views
    4,903

    Re: GetTo Property

    Hi there,

    When you are using getTOProperties, you are trying to retrive the test object properties, you are not performing any action on it.
    And so you cannot see it in the results window.

    U...
  3. Answers
    11
    Views
    5,369

    Re: Regular expression

    Hi there,

    Its ok to ask if u dont understand.

    Well,
    Now lets assume a scenario:

    You open a google search page and use object Spy on it.
    The name property for Browser has value "Google"
  4. Answers
    3
    Views
    5,026

    Re: About STLC?

    Hi Bhushan,

    STLC stands for Software Test Cycle. It is like a process that has to be followed for testing.

    Software testing, has to go through certain phases which are defined in STLC and they...
  5. Answers
    11
    Views
    5,369

    Re: Regular expression

    Ok got it now!

    When you select constant and check on the regular expression,

    You can simply substitute a value with regular expression like [a-z][A-Z][0-9]
    in the textbox infront of constant...
  6. Answers
    11
    Views
    5,369

    Re: Regular expression

    Hi there,

    I didnt get your question.

    When you parameterize, u get a "Value Configuration Options" screen. There is no checkbox here. There are RadioGroups.

    Using parameteriztion you are...
  7. Answers
    11
    Views
    5,369

    Re: Regular expression

    Hi There,

    Regular expressions are used when the values of the objects are varying(dynamic data).

    For example when you login to yahoo mail with user name "XYZ", on the top you see "Welcome XYZ"...
  8. Re: Exporting Runtime datatable to excel sheet

    Hi there,

    You have to use

    DataTable.Exportsheet "C:\book1.xls",2

    Where,
    C:\book1.xls: path of the excel sheet where you wish to export the data

    2: is the name or index of the run-time...
  9. Answers
    1
    Views
    3,820

    Re: VB script within QTP

    Hi there,

    1. Yes you can create a function anywhere in the script, and Make a call to it wherever it is necessay.

    2. No! You cannot write a function in one test script and call it in another. ...
  10. Re: Software testing during development process

    Software testing should start from the very begining of the project.
    There is a software testing life cycle(stlc) which includes:
    test requirements
    test planning
    test environment setup
    test...
  11. Answers
    2
    Views
    16,339

    Re: Explain hwnd VBScript Code

    Hi Sunita,

    'hwnd' is a property of an object, just like name/title.

    "Browser("index:=0").GetROProperty("hwnd")"

    This line of code will retrive the value of "hwnd" property for the Browser...
  12. Answers
    2
    Views
    2,845

    Re: How to track result data

    Hi there,

    I didn't quite get your question! What do you mean by track results?
    Do you want to view the results of previous runs or you want to view the current execution results?
    Anyways, I'll...
  13. Re: Does QTP supports Uniface and Java applications

    Hi there,

    I dont think QTP supports Uniface applications.
    I may be wrong :confused:

    Why dont u contact the mercury vendors. They might be of a lot more help.

    Regards,
    Tina Mahajan.
  14. Re: Does QTP supports Uniface and Java applications

    Hi dolly,

    I dont know about uniface applications. But will surely let you know if I come across.

    Regards,
    Tina Mahajan.
  15. Re: Does QTP supports Uniface and Java applications

    Hi there,

    QTP supports Java applications, you need to use java addin for the same.
    You can download it from the net.

    Regards,
    Tina Mahajan.
  16. Answers
    10
    Views
    23,185

    ISTQB Advanced Level Certification

    Hi All,

    I am planning to appear for Advanced Level Certification, has anyone appeared for the same?
    What material did you use for reference? Can you please suggest some reference material for the...
  17. Answers
    4
    Views
    28,398

    Re: QTP: Code to refresh a page.

    Thanks to both of u!!!
  18. Answers
    4
    Views
    28,398

    QTP: Code to refresh a page.

    Hi all,

    I'm trying to refresh a webpage using QTP.
    I tried the following code:
    dim WshShell
    Set WshShell = CreateObject("WScript.Shell")
    WshShell.SendKeys "{F5}"
    ...
  19. Re: How to get the data of some fields from previous form to current form?

    Hi there,

    Try to use Environment variables. These variables can be used accross scripts.
    Eg. if you want to use user name in two or more different scripts and it has a constant value for all,...
  20. Re: When a new testing tool is purchased, it should be used first by:

    I would go with option: A
    There is a group of people who will do POC(proof of concept) and based on that it will be decided whether to use the tool or not.

    Regards,
    Tina Mahajan.
  21. Answers
    1
    Views
    2,648

    Re: on Keyboard view

    Hi there,

    Its not keyboard view, its Keyword view.

    For what I understood about your problem, is that the objects on the webpage are not getting identified. I may be wrong!!!

    Can you please...
  22. Re: Modify property value of an object in QTP

    Hi there,

    Try this code,

    var = Browser("Yahoo!").Page("Yahoo!").Link("Mail").GetTOProperty("name")
    msgbox var

    'Code to assign new value to the property...
  23. Answers
    1
    Views
    4,631

    Multilingual testing using QTP

    Hi Guys,

    I am supposed to test an application in different languages(English and Japanese) using QTP?

    Has anyone worked on such application? Can you help me with the approach for multilingual...
  24. Answers
    4
    Views
    6,639

    Re: Get the difference of global data sheet

    Hi Chandu,

    Lets assume there are three columns in your global sheet
    A1:- the first number.
    A2:-the second number
    A3:- the correct result which you know is correct.

    try the code below:...
  25. Answers
    2
    Views
    5,348

    Re: Mysql support for qtp

    Hi there,

    I didnt get your question. What are you trying to ask, do you want to know if QTP supports SQL?

    Answer is Yes. You can use connection strings to connect to SQL and then using normal...
Results 1 to 25 of 36
Page 1 of 2 1 2
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