How do you handle XML exceptions in QTP (Here it is
Exception, not the checkpoint)
Answers were Sorted based on User's Feedback
Answer / guest
using recovery scenario in QTP we can handle any type of
exceptions
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kondalrao
environment varibles as divided into internal and external
actions to go the test and select the settings and go to
environemt
they are divided into 2 types of functions
1.user defined
2.built in
user defined:
add variables as 1st variablename and value
(for eg: a=10)second varible name and value(b=10)this
actions are internally
to click the box in environment any name with
(extension (.xml))click on ok button
next option select xml file in desired location as saved
(that varibles are changed to intenal to external)
automatically xml file will be created
| Is This Answer Correct ? | 0 Yes | 0 No |
How to change the scripts from Per-Action object repository to shared object repository
Hi,The question is write a script for the following scenario. scenario:in a job portal i entered QTP 3yrs testing then click search button.then it displays results like Test lead bangalore (here is a checkbox). Test lead hyderabad check box so on... question is if test lead position in bangalore then checkbox shld be enabled automatically..
4 Answers Thatavarti Technologies,
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
What is the expert view?
When we use Object Spy? can we write QTP script before built is came in testing?
Can anybody send me the code to get the RO property of the active screen in QTP while running?
what is exacltly TIERS ?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
During test run,How will you copy/paste from/to clipboard?
difference between recording methods and recording modes in QTP