BEst INstitute for QTP & SELENIUM
Answer / sat
TS TECHNOLOGIES is one of the Best Training and Consulting
in Hyderabad with a good placement track record. We will
provide "Regular training, Fast Track Training, Online
Training with job assistance.
TS TECHNOLOGIES providing Exclusive Training on Performance
Testing. Faculty from top MNC’s with highly skilled
expertise will train & guide you with real time examples,
project explanation. We also help you in resume preparation
and provide job assistance until you get job
We are providing Exclusive Training on
 Loadrunner 11.0
 Monitoring Analysis and Tuning with HP Site
scope, Profilers
 Mainframe Testing
 SOA Testing
 Manual Testing & QTP With Live Project
 Selenium
Our training features:
 Training session are conducted by real-time
instructor with 10+ years experience
 Real-time examples
 Best training material
 State-of-the-art lab with required software for
practicing
 Exams and Mock Interviews
 Resume preparation by expert professional’s and
job assistance
For additional assistance, including course details, batch
scheduling information, or you may contact to below address:
TS TECHNOLOGIES:
#Flat No: 303, Padmaja’s Raja Enclave,
Beside KS Bakers, KPHB
040-65121295, 9951180008
www.tstechnologies.co.in
| Is This Answer Correct ? | 8 Yes | 2 No |
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
Explain about the test fusion report of quicktest professional?
Hi, i am mallishwari, i am veryn ew to testing but i have very much interest in testing. plse give me some guidence to get the job in testing. send me required documents and faqs to my personal id: mallishwari_urs@yahoo.co.in thans for advance.
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???
Which Databases supports for QTP?
QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage?
How can you pass value one action to another action?
How to use checkpoints in qtp ?
What is error handled other than recovery scenario manager?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.