How to change the screen name while running the test.
Answers were Sorted based on User's Feedback
Answer / sagar kumar sutar
Beer Bahadur u r correct, Why i m saying u see.
SetToProperty defines that, It changes the properties used
to identify an objects during the run time.
| Is This Answer Correct ? | 2 Yes | 0 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
what is Compile Module in QTP? what exactly it contains Functions or Actions?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Analyzing the Checkpoint results ?
request to add whatsapp grp for test engineer
What is the basic concept of quicktest professional?
what is descriptive programming? what are the mandotory properties in qtp? what are libriry functions in qtp? what frame work you are using at your project? what is object repositery? what is our role as per qtp project is concerned as a software tester?
What are the different properties of an web object
can somebody send the script to write a multiplication table in notepad through qtp
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies