Posts

Showing posts with the label PERL

Frequently Asked Questions QTP Book - Technology Specific Guide for QTP

Image
Frequently Asked Questions: Can I buy this TSG-QTP( Technology Specific Guide for QTP) in India? Yes. The book is available only in India, we are working at options for other countries. Please order the books online by clicking here Where can i Buy this book(TSG-QTP)? There are different buying options for this book. Click here to see possible buying options Is the book available in any book store? No, Currently the book is only available online I am ordering book in bulk quantity, can i get discount on the same? If you are ordering more than 5 copies, you can contact  us for discounts. How can i provide feedback for this book? You can always provide your feedback by contacting us

Here is what the experts had to say - TSG-QTP ( QTP book )

Image
After a long struggle to get the copyright from HP , the ISBN number from Delhi, prominent QTP experts to review and finally a publisher , I am happy to let you know that my book is out and quite a few copies are sold. Below is a snapshot of the mail I send to prospective testers, would be great if you could forward the same to people you know. Thanks in advance. Okay, so all of you who said you'd wait for the paperback of my new book “Technology Specific guide for QTP”, now comes the time. Please visit the website to read the reviews and newsletter. This book will get you started on the path of automation, introducing solutions, roadblocks, patches and ideas that will help give you a solid foundation in the field of automation. Each problem has a series of solutions available that will let you test your knowledge and apply it to the business situations you’re facing at your company. Everyone from a novice user to an automation expert will have something they would have never...

Technology Specific Guide for QTP - ( QTP book )

Image
We have received a lot of queries regarding the book, the book has been off the shelves and out of stock on flipkart and other websites. The best way to get the book Technology Specific Guide for QTP – QTP for Web Testing - now is directly through us: Mail us at : aditya_kalra@ymail.com timothyrajan@gmail.com   Have you ever wondered? How do I evaluate my skill-set in automation? What do I do to become an expert in a test automation tool like QTP? What do I do every time I hit a roadblock while automating a new solution? What are the latest out of the box features HP has to offer? Then grab a copy of “Technology Specific Guide for QTP – QTP for Web Testing” today.! http://bluemagic-automation.blogspot.in/ What’s In It for You? Everyone from a novice user to an automation expert will have something they would have never heard of or used. Our motivation for writing the book was noticing that a lot of people have found themse...

What is Perl? - The QTP Knowledge blog

Image
Perl is a programming language. Perl stands for Practical Report and Extraction Language. You'll notice people refer to 'perl' and "Perl". "Perl" is the programming language as a whole whereas 'perl' is the name of the core executable. Some of Perl's many strengths are: Speed of development: You edit a text file, and just run it. You can develop programs very quickly like this. No separate compiler needed. I find Perl runs a program quicker than Java, let alone compare the complete modify-compile-runoh- no-forgot-that-semicolon sequence. Power: Perl's regular expressions are some of the best available. You can work with objects, sockets...everything a systems administrator could want. And that's just the standard distribution. Add the wealth of modules available on CPAN and you have it all. Don't equate scripting languages with toy languages. Usuability: All that power and capability can be learnt in easy stages. If you can...