We are using the QTP version 9.0 where we want to call
objects from global repository for a particular function
at runtime for increasing the performance of framework.We
are actually looking for loading the objects under test
(OAT) dynamically when script runs and would like to unload
the same once the execution of the script is completed.
Answers were Sorted based on User's Feedback
Hai..using Object Repository Manager u can open ur global
repository file..in that Object Repository Manager under
the tool menu merge object repository option is
available..using that merge object repositoy tool u can
mege all the object repository files..then save it as
global repository file..
| Is This Answer Correct ? | 1 Yes | 0 No |
it's not possible to load particular objects in a object
repository file..if u want increasing the performance of
framework...then write descriptive programming.through
script you can load the object reposiotry..but u can't load
particular objects in that object repository file..if i am
wrong ..then tell me the answer..ok.na.
| Is This Answer Correct ? | 1 Yes | 1 No |
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
How to export QTP results to an ".xls" file?
what are the different kinds of frameworks in automation?
how can i call reusable action in a function could any one explain me?
why we use environment variables
How many add-ins comes by default with quicktest professional?
why was automation used in the project?
Which scripting language QTP is using?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
how to convert 100 into hundred repees only and viceversa
What are the problems / difficulties faced when you used Smart Identification ?
explain abt dyanamic changing object with example?