While scripting do we use any reference. may be we have 2
0r more same objects that time how do we write scripts
Answers were Sorted based on User's Feedback
Answer / ramesh r
In this case, we have to identify the specific unique
properties of that objects... then it will be easily
identified by qtp...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravindra
in this case,we have to go to the "MSWId"
Msw id:means "Microsoft window Id" Mswid is diffarent for
diffarent objeccts
| Is This Answer Correct ? | 0 Yes | 0 No |
Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.
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 testing activities u may want to automate in a project?
What is keyword driven framework, what is "key" in It.
What is the process of synchronizing qtp and aut?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
I have given u a application.To automate it what are the things will u consider?
can anybody give me the links for vb script material
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks