hi all,
I want to know about the QTP scripts, i have read more books
but all areis to be a theory so how can i improve my script
skills. if anybody knows about qtp scripts plz guide me and
i need a sample scripts.my mail id is karthis4u@gmail.com,
9986667831
If you all have any data send it to akadi111@gmail.com
Answers were Sorted based on User's Feedback
Answer / swarna
Hi,
You learn vbscript. Install QTP trial version and start
practising using the QTP tutorial . Go through the sites
and read as much as you can. Try to implement all this in
your PC.
OR
Join any good institute.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramya
if you want learn qtp Scripting more and more visit:
www.gcreddy.com
in the above mensioned blog, you can find VBScript general
examples and QTP Related scripts and file sytem operations
scripts.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / akshar jain
for tips regarding real time scripting mail me at
akshar.mysore@gmail.com
Is This Answer Correct ? | 0 Yes | 0 No |
is it possible to operate(on/off)the capslock using qtp
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
can any one tell me what is process metrics and what is product metrics if possible give me example. Thank You
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What exactly is the difference among all the three recording modes.
What are the Features & Benefits of Quick Test Pro ?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
what type of framework u r using in ur organization
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)