Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Answers
    4
    Views
    15,037

    Re: Launch notepad file by using QTP

    Hi Geek Guest,

    I am not getting your question.

    You can use:
    01. SystemUtil.Run "notepad.exe","","","open"

    02. Dim fso, f
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set...
  2. Answers
    3
    Views
    5,588

    Re: Second line in a MsgBox

    Hi,

    Rather using chr(13), it is always recommended to use vbcrlf. i.e.,

    MSGBOX("First Line...." & vbcrlf & "Second Line....", "Title...";

    Regards,
    Ganesh SM
  3. Re: File does not show the values that are generated

    Hi,

    That will be shown in Results window.

    Go to Test->Results->Run-Time Data

    Regards,
    Ganesh
  4. Answers
    3
    Views
    3,317

    Re: Can I conver the 9.0scripts in QTP to 8.2

    Hi,

    I think, there is no need to convert any scripts. That script should work fine in 8.2 as well.

    Please let me know if you get any error message or some thing else.

    Regards,
    Ganesh
  5. Answers
    11
    Views
    5,532

    Re: GUI & functional testing

    Hi Bussareddy,

    01. Standization testing & GUI testing - both are one and the same.
    02. Validation testing is part of Functional testing.

    Dear forum, please let me know if I am wrong.
    ...
  6. Answers
    13
    Views
    5,981

    Thank you Ganesh!! Hi Ravikantha Gowd, No...

    Thank you Ganesh!!

    Hi Ravikantha Gowd,

    No matter whether it is recorded script or descriptive programming, QTP will not recognize any browsers that were opened before opening QTP. This is for...
  7. Answers
    3
    Views
    17,056

    Re: Storage Testing

    Hi Vani,

    I think both storage testing & volume testing are one and the same.

    Volume testing means testing the behaviour of the application on huge amount of data. e.g.,
    01. MS-Access cannot...
  8. Answers
    3
    Views
    6,688

    Re: cause and effect diagram

    Hi Sridevi,

    I couldn't find the said file. :(

    You have given the google url, which will be always chaning.

    Regards,
    Ganesh
  9. Thread: hai major bug

    by smganesh
    Answers
    1
    Views
    3,098

    Re: hai major bug

    Hi Srikanth,

    Let me take fund transfer functionality (Transfering funds from one's account to other's account) example.

    In this functionality, you have to choose the benificiary name,...
  10. Thread: Menu Items

    by smganesh
    Answers
    6
    Views
    4,359

    Re: Menu Items

    Hi Sudhan_Otsuka,

    Is this a web application? Please let me know.

    Regards,
    Ganesh
  11. Re: you do not have permission to run this test on this machine

    Why don't you choose "Run on local machine" option?

    Do you really don't want to choose? Then, you can find appropriate information if you click on details button in the error message.

    Regards,...
  12. Answers
    7
    Views
    4,890

    PERL Re: accessing elemnts in a array

    Hi,

    I am sorry. It was my mistake. I though this is a QTP forum

    Regards,
    Ganesh
  13. Thread: Regarding UAT

    by smganesh
    Answers
    4
    Views
    3,512

    Re: Regarding UAT

    Hi,

    Let me explain with an example:

    Suppose, you are developing a flight reservation project for Air-deccan client.
    Before delivering the project, you have to give a demo to the client about...
  14. Answers
    7
    Views
    4,890

    PERL Re: accessing elemnts in a array

    Hi Bvani,

    I think, You have posted your query in a wrong forum. Better, post it in appropriate forum.

    Regards,
    Ganesh
  15. Answers
    7
    Views
    8,367

    Re: script for combobox

    why don't you try with "Select", like

    JavaWindow("z! 3PL").JavaList("Air Dim Factors").select "#0"

    Regards,
    Ganesh
  16. Answers
    7
    Views
    8,367

    Re: script for combobox

    Hi,

    Can you give me that two lines of script (pertaining to combobox)?

    Thanks,
    Ganesh
  17. Answers
    23
    Views
    86,760

    Re: Regular Expression in QTP

    Let us take yahoo! site as an example. Then the script will be something like:

    ===========================================================
    Browser("Yahoo! Mail - The best").Page("Yahoo! Mail -...
  18. Answers
    13
    Views
    5,981

    Re: Recording Prob in QTP

    Here is the script to close all browsers:

    ==========================================
    Dim oBrowser
    Set oBrowser=Browser("name:=.*","index:=1")
    Do while oBrowser.exist
    oBrowser.close
    Set...
  19. Answers
    11
    Views
    163,301

    Re: Different automation testing tools

    some functional automation tools:
    01. Winrunner (from mercury),
    02. Quick test professional (from mercury),
    03. Silk test (from seague)
    04. Rational robot (from rational)

    some load...
  20. Sticky: Re: Difference between a web based, Client Server and a Desktop application?

    You are most welcome, Chand05.
  21. Answers
    13
    Views
    5,981

    Re: Recording Prob in QTP

    Hi Ravikantha,

    No matter of number of open browsers if we use descriptive programming (by using browser title and creation time).

    Also, we can write some code to close all opened browsers...
  22. Answers
    23
    Views
    86,760

    Re: Regular Expression in QTP

    Hi Jitesh,

    I didn't mean that. Every one has to provide any information from one place or other. Even, you can find everything in QTP help. No need to look in any other place. But the thing is...
  23. Answers
    7
    Views
    10,405

    Re: Why cookies required?

    Hi Sridevi,

    Thanks for providing good info.

    Regards,
    Ganesh
  24. Answers
    8
    Views
    5,298

    Re: Code to click on 6 button

    Hi,

    No need to use virtual objects. use descriptive programming. The code would be something like:

    Browser("Name").page("Name").Link("ClassName:=WebLink", "Name:=LogicalName", "index:=5").click...
  25. Re: How to test java project in QTP without java addin

    Hi,

    I think, no need to have java or .net add-ins if the project is a web-application.

    QTP supports web add-ins by default.

    Regards,
    Ganesh
Results 1 to 25 of 48
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