I have some information in table. for exampleTable table has four columns.It has two rows with following values in each columnscol1 col2 col3 col4val val12 val13 link1val21 val22
Latest Answer: thanks a lot nawab. I will try this tonight an will let you know how it goes. ...
How to find local host name using QTP
Latest Answer: This gives you the exact Answer :computername=Environment("LocalHostName")Msgbox computernameyou can access all these server name, operating system name, Local Host name from the System build variables (Built-in variables).You can ...
How will you integrate Oracle with QTP and How QTP integrate with application
Latest Answer: Download the Oracle Add-in from Hp Site and Install the QTP Machine/ software, Then Automaticlly u can Record/ Paly back the Oracle Application ...
How reusable action can be implemented (process)
Latest Answer: In Keyword View , 1.select first Object in the Tree view Right click 2.select Action Properties. 3.Select the Check boxResuable action has selected then u can call the Action for other(Require) location ...
How to get the output value in QTP
Latest Answer: Hi,An output value is a step in which one or more values are captured at a specific point in your test and stored for the duration of the run session. The values can later be used as input at a different point in the run session. It is stored ...
What is the difference between web objects and web elements in QTP?
Latest Answer: Web Object Qtp capture the web object while record the we based application, WebElement object to your script manually, you can provide a unique description for the object using the following programmatic description syntax: WebElement ("object_identifier1 ...
Why do we go for Descriptive when we have option to test the application in record mode? If your answer is "because of dynamic nature" then pls justify it.
Latest Answer: Well, if you know descriptive programming then you can automate almost every manual concepts. Dynamic in nature means - that any thing can be a dynamic for an example requirements, design, plan...etc. So when things go on changing we can not predict release ...
How to update User Defined Fields in QC using QTP scripts?
Latest Answer: Set QCObj = QCUtil.CurrentTestSet QCObj.Fields("CY_USER_01") = "New Name"Set QCObj = NothingRegards,Nawab ...
How does Active Screen option works to capture an application?
What are the Advantages of using QTP over selenium?
Latest Answer: QTP 1.Data driven. Multiple iput value can be imported form excel and a single script executed to get test results. 2. Random generation functionality, helps in testing registration flow etc.3. Multiple browser testing easy when ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top