Recently I use QTP to test a Windows application, but it can just help me recording the behavior of user-interface and I cann't find the way to inspect the inner logical structure,business procedures and how every class interacts with others through its public attributes and methods. Does QTP support such kind of testing? If not, which tools can I use to make it?
Does QTP support Checking the code of a Windows application?
131 Views Asked by IT_Layman At
1
There are 1 best solutions below
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in TESTING
- Using ES Modules with TS, and Jest testing(cannot use import statement outside module)
- Mocking AmazonS3 listObjects function in scala
- How to refer to the filepath of test data in test sourcecode?
- No tests found for given includes: [com.bright.TwitterAnalog.AuthenticationControllerSpec.Register user with valid request](--tests filter)
- Error WebMock::NetConnectNotAllowedError in testing with stub using minitest in rails (using Faraday)
- How to use Mockito for WebClient get call?
- Jest + JavaScript ES Modules
- How to configure api http request with load testing
- How can I make asserts on outbound HTTP requests?
- higher coefficient of determination values in the testing phase compared to the training phase
- Writing test methods with shared expensive set-up
- Slow performance when testing non-local IP services with Playwright
- uiState not updating in Tests
- Incorrect implementation of calloc() introduces division by zero and how to detect it via testing?
- How to test Creating and Cancelling Subscription in ThriveCart in Test Mode
Related Questions in QTP
- Without _JAVA_OPTIONS and JAVA_TOOL_OPTIONS, whether LeanFT will work or not?
- UFT .Highlight is working from repository but not from Action
- Qtp code : Download attachment from eml file
- how can i get first text[1] inside a complex DIV using UFT?
- UFT API - Unable to run a POST in uft but working fine on postman - JSON
- Cannot find the "agentName" object's parent "Micro Focus MyFlight Sample" when iterating over datatable
- If the application added new component, will UFT One still work for automation testing?,
- How to retrieve BackColor of highlighted or selected Toolbar item using UFT?
- UFT won't advance to the next line when a Windows security pop-up is present
- UFT :: Unable to select checkboxes from SWFTREEVIEW
- Unable to select checkboxes from SwfTreeView
- UFT / QTP :: Unable to select/click SwfTab
- QTP has stopped recording and spying
- UFT doesn't click a Radio button based on the adjacent text
- Use regex in UFT PDF comparison
Related Questions in WHITE-BOX
- whitebox:wbt_hillshade Why are values not between 0 and 255 in R?
- half image haft blank white with horizontal partition in between in C# code
- Cyclomatic Complexity Calculation on Presenter Methods and Callbacks
- No definition found for qualifier: How to solve Kotlin reflection is not available when creating modules with Koin test?
- How to write unit test for a Button using white box?
- how do you test simple if else statements with J-unit?
- How do I mock a private static final field initialized via a private constructor using Powermock and Mockito?
- How do I use Powermock's Whitebox.invokeMethod(Object instance, Object... arguments) when my first method parameter is String type?
- Can black box testing alone catch all errors that white box testing catches?
- Why doesn't Whitebox recognize my private method?
- Does QTP support Checking the code of a Windows application?
- unit testing Coverage Issue
- Why does PowerMock's example for use of Whitebox.invokeConstructor() throw a ConstructorNotFoundException?
- Is testing through secondary testing app white box testing?
- Does statement coverage count false if statements?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
QTP is designed for UI testing and doesn't support testing code for the application in the question. There are some white-box testing tools that can be used to achieve it like GTest, VS testing tools.