i have to prepare qtp certification course. so, please send
me qtp tutorial notes.
Answer / expert.qtp
Hi,
You can see QTP related stuff in my QTP blog.
http://quicktesthp.blogspot.com/2008/07/qtp-certification-practice-questions.html
Let me know in case of any help
ExpertQTP
http://quicktesthp.blogspot.com
http://qtpgoodtutorials.blogspot.com
| Is This Answer Correct ? | 2 Yes | 0 No |
can u put checpoints for moving images
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
what is the difference between testing and debugging?
When there is descriptive programming, why do we go for Object repository for desigining scripts.?? why cant we use descriptive programming instead of using the Object repository..??
4 Answers DST Global Solutions,
How can we translate the steps between the Keyword and Expert Views?
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.
what are the functions availabla in QTP? what are the data types in QTP?
can somebody send the script to write a multiplication table in notepad through qtp
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
how do u prepare Test Environment ?