How may types of defects identify application or your currently working application?pls give me answer..
2011IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
2 5940A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
TCS,
1730how to count spaces in a given string ex: "this is jagadeesh" in QTP with simple functional script
5 14907how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
3 6449how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
2 5742
What is the Command used to start the QTP
What are the advantages of a Hybrid framework?
What is QTP testing process?
what are all the fileds present in object repository?
Explain the terms test and business component?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Do you know how to connect database? Can you tell me the procedures?
Key word driven framework
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How you can decide which type of object repository you have to use?
What are the different types of recording modes in qtp? Which will be used when?
Is qtp supports uni-code?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?