How to parameterize a text field and the same field as
combo field on next page. Means inserting values in Text
field will appear in the combo field. for example country
name, state name. Kindly reply it is urgent !!!
Answer Posted / jay prakash
Try the insert outpot value feature of QTP. That is
designed for such scenarios only.
Please let me know if it helps.
Regards,
Jay Prakash
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what type of run time errors you get while you ar edoing rpg program?
What is quick test pro?
explain how to write vb script in qtp?when will you write own script?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What are the disadvantages of recording test cases in qtp?
How to save your test using quicktest professional (qtp)?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How to record a qtp script ?
How to check which add-ins are associated with a test in qtp?
What are the flaws in water fall model and how to overcome it?
What is QTP’s model for test creation?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
how to write xml output check point bu useing descriptive programing .means without useing output check point
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so