Explain about the test fusion report of quicktest professional?
No Answer is Posted For this Question
Be the First to Post Answer
I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not
diff between qtp versions from 8.5
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
How to creating an output value using quicktest professional (qtp)?
How to export data present in Datatable to an ".xls" file?
wht type of User defined functions or Java Releated functions do we write in VB scripting
To which environments does quicktest professional (qtp) supports?
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
Hi to All, My name is Aditya, i have 4 year exp in software testing (Manual Testing), but i try to shift my career now in automation testing. right now i have no exp or u can say i am not hand exp in live application. So please guide me, what i do ???? Can i join again automation course only practical which is live application. if u know any person who's expert in qtp and he/she ready to take my class i have our own and company laptop. If required i will pay amount please don't mind. Please help me, and i am also planing to join core java from coming 1st Aust (in seed) for only purpose the understanding script of Automation (QTP)... Please help me... I am waitting u r replay... Thank you Thanks again
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2