Hi Friends...this is surendra..recently i joined automation
team ...Please send me some documents regarding VB
script ...and where can i learn VB script...
This is My mail id: surendra.mamilla@gmail.com... please
send to my mail....
Thanx in advance
surendra.
Answer Posted / praveen k s
i dont hve any document.. but i can tell u.. browse
www.w3schools.com, u can learn vbscript easily...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where to use Property Let, Property Get, Property Set in UFT
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How to find operating system information using the qtp script?
give me the code to save all messages of inbox of gmail into a folder and notepad
Explain the views in the QTP GUI?
Explain Descriptive Programming Types with Examples?
is it possible to add sheets to excel at runtime
why you have standardized functions? plzzz guys with real time exp. do answer
On what document base Descriptive programming is written if build is not yet ready ?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Explain the difference between data driven testing and parameterization ?
how will load the object during runtime?