How to use Environment parameterization in QTP? Explain with
an example.
Answers were Sorted based on User's Feedback
Answer / raj kumar
Environment.Value("Test") = "NewValue"
Msgbox Environment("Test")
| Is This Answer Correct ? | 2 Yes | 1 No |
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
In QTP, Give the difference of Global sheet and Local sheet in datatable?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What is use of Global Sync Timeouts in QTP9.2?
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??
Is it possible to call out to Java from QTP?
How may types of defects identify application or your currently working application?pls give me answer..
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
How to invoke QTP using Dos prompt ?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
is there any addin for remedy user application
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)