Hi, I got error message as "object does not support this
property or method: "Test.Actions" when i execute the
following line of script on QTP 9.0
Dim qtApp, qtRep
Set qtApp = CreateObject("QuickTest.Application")
Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories
Can anyone tell me where i am wrong.
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
How can we conduct U-I Testing by using QTP??????
How to add a runtime parameter to a datasheet?
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
What are the three challenges U faced during automation testing of your application.
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
How can you connect the database with QTP?
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.